[Javamatch-cvs] javamatch/src/net/sourceforge/javamatch/query RegexMatches.java,1.2,1.3
Status: Pre-Alpha
Brought to you by:
iterson
From: Walter v. I. <it...@us...> - 2004-09-13 11:29:34
|
Update of /cvsroot/javamatch/javamatch/src/net/sourceforge/javamatch/query In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29268 Modified Files: RegexMatches.java Log Message: rename javadoc parameter name Index: RegexMatches.java =================================================================== RCS file: /cvsroot/javamatch/javamatch/src/net/sourceforge/javamatch/query/RegexMatches.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RegexMatches.java 13 Sep 2004 09:20:56 -0000 1.2 --- RegexMatches.java 13 Sep 2004 11:29:23 -0000 1.3 *************** *** 36,40 **** * against the given regular expression * @param memberName the name of the member that is matched ! * @param matchValue the value against which is matched * @throws PatternSyntaxException If the expression's syntax is invalid */ --- 36,40 ---- * against the given regular expression * @param memberName the name of the member that is matched ! * @param expression the value against which is matched * @throws PatternSyntaxException If the expression's syntax is invalid */ |