mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-11 12:35:07 +00:00
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:
parent
b7e3f07c5f
commit
3155f2ce74
@ -73,7 +73,7 @@
|
||||
* @author Stephen Colebourne
|
||||
* @author Gary D. Gregory
|
||||
* @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 {
|
||||
|
||||
@ -154,7 +154,7 @@ public class StrTokenizer implements ListIterator, Cloneable {
|
||||
private Matcher quote = NONE_MATCHER;
|
||||
/** The ignored matcher */
|
||||
private Matcher ignored = NONE_MATCHER;
|
||||
|
||||
/** The trimmer matcher */
|
||||
private Matcher trimmer = TRIM_MATCHER;
|
||||
|
||||
/** Whether to return empty tokens as null */
|
||||
|
Loading…
x
Reference in New Issue
Block a user