From b2b04b2284870521a08e5665b657527e8a4ef73b Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Tue, 8 Aug 2006 23:25:52 +0000 Subject: [PATCH] Javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@429877 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/lang/text/StrMatcher.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/commons/lang/text/StrMatcher.java b/src/java/org/apache/commons/lang/text/StrMatcher.java index 5231a6bc6..6fbca6a8e 100644 --- a/src/java/org/apache/commons/lang/text/StrMatcher.java +++ b/src/java/org/apache/commons/lang/text/StrMatcher.java @@ -21,12 +21,12 @@ import java.util.Arrays; * A matcher class that can be queried to determine if a character array * portion matches. *

- * 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 {