Fix Javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457907 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-03-18 18:35:02 +00:00
parent 8e9347eaea
commit d1ac98db17

View File

@ -55,7 +55,7 @@ public class EnumerationUtils {
* Override toList(Enumeration) for StringTokenizer as it implements Enumeration<String>
* for the sake of backward compatibility.
*
* @param stringTokenizer the tokenizer to convert to a {@link List(String)}
* @param stringTokenizer the tokenizer to convert to a {@link #List(String)}
* @return List<String>
*/
public static List<String> toList(final StringTokenizer stringTokenizer) {