we could be leaking file descriptors here

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2506 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2012-06-30 07:05:08 +00:00
parent f84dcff900
commit bccea8cebe

View File

@ -159,6 +159,8 @@ public class FileProjectManager extends ProjectManager {
}
}
}
tin.close();
}
@Override