mirror of https://github.com/apache/lucene.git
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:
parent
8cf7fdb567
commit
1b4efeebe1
|
@ -60,7 +60,7 @@ public class JavaUtilRegexCapabilities implements RegexCapabilities {
|
|||
* another option to modify the behavior. Useful in cases where the regular expression text
|
||||
* 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) {
|
||||
this.flags = flags;
|
||||
|
|
Loading…
Reference in New Issue