Spelling consistency.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1697 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -122,7 +122,7 @@ public class Collections
|
|||||||
public void remove ()
|
public void remove ()
|
||||||
{
|
{
|
||||||
throw new UnsupportedOperationException(
|
throw new UnsupportedOperationException(
|
||||||
"Cannot remove from an UnmodifieableIterator!");
|
"Cannot remove from an UnmodifiableIterator!");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user