closed reader stream

This commit is contained in:
n8fr8 2013-02-12 14:28:29 +07:00
parent 83319c1e56
commit 1576775f02
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ public class Utils {
out.append('\n'); out.append('\n');
} }
reader.close();
} catch (IOException e) { } catch (IOException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();