git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@226583 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2005-07-30 21:52:16 +00:00
parent a5709b893f
commit 914aec8ee8
1 changed files with 1 additions and 1 deletions

View File

@ -1110,7 +1110,7 @@ public class StrTokenizer implements ListIterator, Cloneable {
*/
public static interface Matcher {
/**
* Returns <code>true</code> if the specified character position matches.
* Returns the number of matching characters, zero for no match.
* <p>
* This method is called to check for a match.
* The parameter <code>pos</code> represents the current position to be