ignore EOF

This commit is contained in:
Jesse Boyd 2017-01-15 20:26:51 +11:00
parent 812c12fce4
commit 55f95e5022
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -376,7 +376,6 @@ public abstract class FaweStreamChangeSet extends FaweChangeSet {
idDel.readCombined(is, change, dir);
return change;
} catch (EOFException ignoreOEF) {
ignoreOEF.printStackTrace();
return null;
} catch (Exception e) {
e.printStackTrace();