Bump to ooo-build 2.5 since the maven-ant-tasks jar 2.1 uses is no longer available

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6667 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2011-06-24 20:12:08 +00:00
parent 2820d6797a
commit 85262d498d
4 changed files with 9 additions and 13 deletions
@@ -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
* <code>array</code> 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
{