diff --git a/.classpath b/.classpath index f42fb64cf..3a9885869 100644 --- a/.classpath +++ b/.classpath @@ -1,10 +1,11 @@ - - - - + + + + + - + diff --git a/build.xml b/build.xml index ee8148b58..055adc1e1 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@ - + diff --git a/etc/as-pom.xml b/etc/as-pom.xml index 94c586f9c..a016a12e5 100644 --- a/etc/as-pom.xml +++ b/etc/as-pom.xml @@ -23,7 +23,7 @@ com.threerings aspirin - 1.6 + 1.7-SNAPSHOT swc diff --git a/src/main/as/com/threerings/presents/dobj/DSet.as b/src/main/as/com/threerings/presents/dobj/DSet.as index 1c7903a2f..5d7f3f322 100644 --- a/src/main/as/com/threerings/presents/dobj/DSet.as +++ b/src/main/as/com/threerings/presents/dobj/DSet.as @@ -110,12 +110,7 @@ public class DSet } /** - * Copies the elements of this distributed set into the supplied - * array. If the array is not large enough to hold all of the - * elements, as many as fit into the array will be copied. If the - * array argument is null, an object array of sufficient - * size to contain all of the elements of this set will be created and - * returned. + * Returns the elements of this distributed set in an Array. */ public function toArray () :Array {