ArrayUtil --> Arrays.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1172 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Bruno Garcia
2011-06-17 22:18:01 +00:00
parent 1aa6dc7ad4
commit 1c1032874a
16 changed files with 60 additions and 60 deletions
@@ -21,7 +21,7 @@
package com.threerings.cast {
import com.threerings.util.ArrayUtil;
import com.threerings.util.Arrays;
import com.threerings.util.Hashable;
import com.threerings.util.Equalable;
import com.threerings.util.StringUtil;
@@ -132,7 +132,7 @@ public class ComponentClass
if (_overrides == null) {
_overrides = [];
}
ArrayUtil.sortedInsert(_overrides, override);
Arrays.sortedInsert(_overrides, override);
}
/**