This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push: new 14f2dede Javadoc fix 14f2dede is described below commit 14f2dedee4f113d33f99552339c205cc527a3988 Author: aherbert <aherb...@apache.org> AuthorDate: Mon Oct 17 13:44:48 2022 +0100 Javadoc fix --- src/main/java/org/apache/commons/text/StringTokenizer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/text/StringTokenizer.java b/src/main/java/org/apache/commons/text/StringTokenizer.java index 3df7423e..9e355115 100644 --- a/src/main/java/org/apache/commons/text/StringTokenizer.java +++ b/src/main/java/org/apache/commons/text/StringTokenizer.java @@ -554,7 +554,7 @@ public class StringTokenizer implements ListIterator<String>, Cloneable { /** * Gets a copy of the full token list as an independent modifiable list. * - * @return The tokens as a String array + * @return The tokens as a String list */ public List<String> getTokenList() { checkTokenized();