Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1477314 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
969ffdbb98
commit
06cec18d4a
|
@ -59,7 +59,7 @@ package org.apache.commons.collections4.sequence;
|
||||||
* return a.toArray();
|
* return a.toArray();
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* private arrayList a;
|
* private ArrayList a;
|
||||||
*
|
*
|
||||||
* }
|
* }
|
||||||
* </pre>
|
* </pre>
|
||||||
|
|
Loading…
Reference in New Issue