Blank line patrol.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@679 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -83,7 +83,6 @@ public class IntSetStat extends Stat
|
|||||||
for (int ii = 0; ii < numValues; ii++) {
|
for (int ii = 0; ii < numValues; ii++) {
|
||||||
_intSet.add(in.readInt());
|
_intSet.add(in.readInt());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -96,5 +95,4 @@ public class IntSetStat extends Stat
|
|||||||
protected StreamableArrayIntSet _intSet = new StreamableArrayIntSet();
|
protected StreamableArrayIntSet _intSet = new StreamableArrayIntSet();
|
||||||
|
|
||||||
protected static final int MAX_MAX_SIZE = 255;
|
protected static final int MAX_MAX_SIZE = 255;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user