fix javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808232 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-27 00:20:39 +00:00
parent 8cf7fdb567
commit 1b4efeebe1
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class JavaUtilRegexCapabilities implements RegexCapabilities {
* another option to modify the behavior. Useful in cases where the regular expression text * another option to modify the behavior. Useful in cases where the regular expression text
* cannot be modified, or if doing so is undesired. * cannot be modified, or if doing so is undesired.
* *
* @flags The flags that are ORed together. * @param flags The flags that are ORed together.
*/ */
public JavaUtilRegexCapabilities(int flags) { public JavaUtilRegexCapabilities(int flags) {
this.flags = flags; this.flags = flags;