closed reader stream
This commit is contained in:
parent
83319c1e56
commit
1576775f02
|
@ -56,6 +56,8 @@ public class Utils {
|
|||
out.append('\n');
|
||||
|
||||
}
|
||||
|
||||
reader.close();
|
||||
} catch (IOException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
|
|
Loading…
Reference in New Issue