Formatting a single line

This commit is contained in:
NuclearW 2012-07-06 19:24:16 -04:00
parent 37308917d1
commit 77dce75108

View File

@ -323,7 +323,7 @@ public class HashChunkletManager implements ChunkletManager {
try { try {
objIn.close(); objIn.close();
} }
catch (IOException ex){ catch (IOException ex) {
ex.printStackTrace(); ex.printStackTrace();
} }
} }