Added set 0 to collection serializer.

This commit is contained in:
marcins78@gmail.com
2011-12-19 11:24:02 +00:00
parent 0b97d81b0e
commit 3b15bb9bd6

View File

@@ -27,6 +27,7 @@ public class CollectionSerializer {
loadSet("1");
loadSet("2");
loadSet("3");
loadSet("0");
} catch (IOException exp) {
throw new RuntimeException("Problem loading collection data", exp);
}