As Dave points out (or perhaps Dave's Eclipse), we're implementing an IntSet
method here not overriding an AbstractSet method here. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2584 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -35,7 +35,7 @@ public abstract class AbstractIntSet extends AbstractSet<Integer>
|
|||||||
return interator();
|
return interator();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override // from AbstractSet
|
// from IntSet
|
||||||
public boolean add (int t)
|
public boolean add (int t)
|
||||||
{
|
{
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException();
|
||||||
|
|||||||
Reference in New Issue
Block a user