git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@429877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2006-08-08 23:25:52 +00:00
parent df326b1747
commit b2b04b2284
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@ import java.util.Arrays;
* A matcher class that can be queried to determine if a character array * A matcher class that can be queried to determine if a character array
* portion matches. * portion matches.
* <p> * <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. * If these do not suffice, you can subclass and implement your own matcher.
* *
* @author Stephen Colebourne * @author Stephen Colebourne
* @since 2.2 * @since 2.2
* @version $Id$ * @version $Id: StrMatcher.java 232652 2005-08-14 21:45:47Z scolebourne $
*/ */
public abstract class StrMatcher { public abstract class StrMatcher {