Slap on the old @Override; caught by David "David Hoover" Hoover.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2667 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray.j.greenwell
2009-12-05 01:23:52 +00:00
parent 09dbc956e5
commit a600bcae9c
@@ -60,6 +60,7 @@ public abstract class AbstractIntSet extends AbstractSet<Integer>
* *
* <p>This implementation simply counts the elements in the interator. * <p>This implementation simply counts the elements in the interator.
*/ */
@Override
public int size () public int size ()
{ {
// dumb implementation. You should override. // dumb implementation. You should override.