We must be sure to flush

This commit is contained in:
NuclearW 2012-07-06 17:26:43 -04:00
parent a728d1f9c8
commit a3e0753076

View File

@ -263,6 +263,7 @@ public class HashChunkletManager implements ChunkletManager {
finally {
if (objOut != null) {
try {
objOut.flush();
objOut.close();
}
catch (IOException ex) {