matching the other javadoc style; though I think it's a pretty useless bit of javadoc.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@138008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2004-12-25 20:42:48 +00:00
parent b7e3f07c5f
commit 3155f2ce74
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
* @author Stephen Colebourne * @author Stephen Colebourne
* @author Gary D. Gregory * @author Gary D. Gregory
* @since 2.1 * @since 2.1
* @version $Id: StrTokenizer.java,v 1.4 2004/12/25 20:41:23 bayard Exp $ * @version $Id: StrTokenizer.java,v 1.5 2004/12/25 20:42:48 bayard Exp $
*/ */
public class StrTokenizer implements ListIterator, Cloneable { public class StrTokenizer implements ListIterator, Cloneable {
@ -154,7 +154,7 @@ public class StrTokenizer implements ListIterator, Cloneable {
private Matcher quote = NONE_MATCHER; private Matcher quote = NONE_MATCHER;
/** The ignored matcher */ /** The ignored matcher */
private Matcher ignored = NONE_MATCHER; private Matcher ignored = NONE_MATCHER;
/** The trimmer matcher */
private Matcher trimmer = TRIM_MATCHER; private Matcher trimmer = TRIM_MATCHER;
/** Whether to return empty tokens as null */ /** Whether to return empty tokens as null */