Synced up the spelling.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1705 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -191,7 +191,7 @@ public class Collections
|
|||||||
* @return a synchronized view of the specified int set.
|
* @return a synchronized view of the specified int set.
|
||||||
*/
|
*/
|
||||||
public static IntSet synchronizedIntSet (IntSet s) {
|
public static IntSet synchronizedIntSet (IntSet s) {
|
||||||
return new SychronizedIntSet(s);
|
return new SynchronizedIntSet(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user