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:
samskivert@gmail.com
2006-04-10 21:04:33 +00:00
parent 270f915ad9
commit 7c751ee98d
@@ -183,4 +183,7 @@ public abstract class BaseArrayList<T> extends AbstractList<T>
/** The number of elements in our list. */
protected int _size;
/** Avoid serialization annoyance. */
private static final long serialVersionUID = 1;
}