Closed ajinkya-dhamnaskar closed 8 years ago
BufferedWriter should be closed in finally block to avoid open streams in case of exception.
fixed the issue https://github.com/airavata-courses/TeamIndra/commit/eae83910106645d02c4628df6943bb97fcb0ddcd
BufferedWriter should be closed in finally block to avoid open streams in case of exception.