390391392393394395396397398399400
Modification mod; List<Modification> mods = new ArrayList<Modification>(length); for (int i = 0; i < length; i++) { mod = new Modification(); mod.readExternal(input); mods.add(mod); } try { handleModifications(mods);
360361362363364365366367368369370
Modification mod; List mods = new ArrayList(length); for (int i = 0; i < length; i++) { mod = new Modification(); mod.readExternal(input); mods.add(mod); } try { handleModifications(mods);
407408409410411412413414415416417
365366367368369370371372373374375
366367368369370371372373374375376