"get" is a legal function name, so let's be consistent with the Java code.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4508 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -78,7 +78,7 @@ public class OidList
|
||||
* Returns the object id at the specified index. This does no boundary
|
||||
* checking.
|
||||
*/
|
||||
public function getAt (index :int) :int
|
||||
public function get (index :int) :int
|
||||
{
|
||||
return _oids[index];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user