mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-12 09:35:26 +02:00
Close the reader
This commit is contained in:
@@ -103,6 +103,7 @@ public class BookInput implements IText
|
||||
}
|
||||
finally
|
||||
{
|
||||
reader.close();
|
||||
bufferedReader.close();
|
||||
}
|
||||
}
|
||||
|
@@ -84,6 +84,7 @@ public class TextInput implements IText
|
||||
}
|
||||
finally
|
||||
{
|
||||
reader.close();
|
||||
bufferedReader.close();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user