Fix ArrayList.Clear func name.

This commit is contained in:
Nicholas Hastings 2015-01-04 12:28:38 -05:00
parent 5e64de198a
commit 5c047ad04b

View File

@ -67,7 +67,7 @@ methodmap ArrayList < Handle {
public native ArrayList(int blocksize=1, int startsize=0);
// Clears an array of all entries. This is the same as Resize(0).
public native void ClearArray();
public native void Clear();
// Clones an array, returning a new handle with the same size and data.
// This should NOT be confused with CloneHandle. This is a completely new