You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2005/05/02 23:06:39 UTC

svn commit: r165687 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java

Author: ggregory
Date: Mon May  2 14:06:38 2005
New Revision: 165687

URL: http://svn.apache.org/viewcvs?rev=165687&view=rev
Log:
Javadoc nit.

Modified:
    jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java

Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java?rev=165687&r1=165686&r2=165687&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java (original)
+++ jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java Mon May  2 14:06:38 2005
@@ -1108,7 +1108,7 @@
      */
     public static interface Matcher {
         /**
-         * Returns true if the specified character position matches.
+         * Returns <code>true</code> if the specified character position matches.
          * <p>
          * This method is called to check for a match.
          * The parameter <code>pos</code> represents the current position to be



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org