[Javamatch-cvs] javamatch/src/net/sourceforge/javamatch/query RegexMatches.java,1.1,1.2
Status: Pre-Alpha
Brought to you by:
iterson
From: Walter v. I. <it...@us...> - 2004-09-13 09:21:07
|
Update of /cvsroot/javamatch/javamatch/src/net/sourceforge/javamatch/query In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7045/net/sourceforge/javamatch/query Modified Files: RegexMatches.java Log Message: fix typo Index: RegexMatches.java =================================================================== RCS file: /cvsroot/javamatch/javamatch/src/net/sourceforge/javamatch/query/RegexMatches.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RegexMatches.java 13 Sep 2004 08:45:48 -0000 1.1 --- RegexMatches.java 13 Sep 2004 09:20:56 -0000 1.2 *************** *** 34,38 **** /** * Creates a new RegexMatches-query, that checks the given member name ! * againstthe given regular expression * @param memberName the name of the member that is matched * @param matchValue the value against which is matched --- 34,38 ---- /** * Creates a new RegexMatches-query, that checks the given member name ! * against the given regular expression * @param memberName the name of the member that is matched * @param matchValue the value against which is matched |