Author: scolebourne
Date: Tue Aug  8 16:25:52 2006
New Revision: 429877

URL: http://svn.apache.org/viewvc?rev=429877&view=rev
Log:
Javadoc

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

Modified: 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrMatcher.java
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrMatcher.java?rev=429877&r1=429876&r2=429877&view=diff
==============================================================================
--- 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrMatcher.java
 (original)
+++ 
jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrMatcher.java
 Tue Aug  8 16:25:52 2006
@@ -21,12 +21,12 @@
  * A matcher class that can be queried to determine if a character array
  * portion matches.
  * <p>
- * This class comes complete with various constants and factory methods.
+ * This class comes complete with various factory methods.
  * If these do not suffice, you can subclass and implement your own matcher.
  *
  * @author Stephen Colebourne
  * @since 2.2
- * @version $Id$
+ * @version $Id: StrMatcher.java 232652 2005-08-14 21:45:47Z scolebourne $
  */
 public abstract class StrMatcher {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to