Ohforfucksake. Apparently we need it here as well.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1815 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -183,4 +183,7 @@ public abstract class BaseArrayList<T> extends AbstractList<T>
|
|||||||
|
|
||||||
/** The number of elements in our list. */
|
/** The number of elements in our list. */
|
||||||
protected int _size;
|
protected int _size;
|
||||||
|
|
||||||
|
/** Avoid serialization annoyance. */
|
||||||
|
private static final long serialVersionUID = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user