Minor Change

There is no resource leak!
This commit is contained in:
SenseiKiwi
2014-01-14 07:18:05 -04:00
parent 1b2a119aa7
commit 75db61e951

View File

@@ -87,7 +87,6 @@ public class DungeonSchematic extends Schematic {
public static DungeonSchematic readFromFile(File schematicFile) throws FileNotFoundException, InvalidSchematicException public static DungeonSchematic readFromFile(File schematicFile) throws FileNotFoundException, InvalidSchematicException
{ {
// TODO: fix resource leak
return readFromStream(new FileInputStream(schematicFile)); return readFromStream(new FileInputStream(schematicFile));
} }