This is an automated email from the ASF dual-hosted git repository. kinow 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 c4b2c27 Fix javadoc c4b2c27 is described below commit c4b2c2774b3d797df74a87418c4818aa6d0a8538 Author: Bruno P. Kinoshita <ki...@users.noreply.github.com> AuthorDate: Mon Jul 26 09:32:38 2021 +1200 Fix javadoc --- src/main/java/org/apache/commons/text/StrTokenizer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/text/StrTokenizer.java b/src/main/java/org/apache/commons/text/StrTokenizer.java index 024ed17..8940f47 100644 --- a/src/main/java/org/apache/commons/text/StrTokenizer.java +++ b/src/main/java/org/apache/commons/text/StrTokenizer.java @@ -177,8 +177,8 @@ public class StrTokenizer implements ListIterator<String>, Cloneable { * (which can be overridden with the setTrimmer method). * <p> * You must call a "reset" method to set the string which you want to parse. - * @return a new tokenizer instance which parses Tab Separated Value strings. * </p> + * @return a new tokenizer instance which parses Tab Separated Value strings. */ public static StrTokenizer getTSVInstance() { return getTSVClone();