git-svn-id: https://samskivert.googlecode.com/svn/trunk@1783 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -387,7 +387,7 @@ public class ArrayIntSet extends AbstractSet
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
ArrayIntSet nset = (ArrayIntSet)super.clone();
|
ArrayIntSet nset = (ArrayIntSet)super.clone();
|
||||||
nset._values = _values.clone();
|
nset._values = (int[]) _values.clone();
|
||||||
return nset;
|
return nset;
|
||||||
|
|
||||||
} catch (CloneNotSupportedException cnse) {
|
} catch (CloneNotSupportedException cnse) {
|
||||||
|
|||||||
Reference in New Issue
Block a user