mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-06 01:59:08 +00:00
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:
parent
8e9347eaea
commit
d1ac98db17
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user