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:
Thomas Neidhart 2013-04-29 20:11:28 +00:00
parent 969ffdbb98
commit 06cec18d4a
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ package org.apache.commons.collections4.sequence;
* return a.toArray(); * return a.toArray();
* } * }
* *
* private arrayList a; * private ArrayList a;
* *
* } * }
* </pre> * </pre>