Skip to content

Commit

Permalink
Revert irrelevant javadoc change
Browse files Browse the repository at this point in the history
  • Loading branch information
markharwood committed Jun 16, 2020
1 parent 79a6a35 commit def0f8e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,7 @@ public enum Kind {
public static final int INTERVAL = 0x0020;

/**
* Syntax flag, enables all optional regexp syntax
* but preserves default setting of case sensitive matching.
* Syntax flag, enables all optional regexp syntax.
*/
public static final int ALL = 0xff;

Expand Down

0 comments on commit def0f8e

Please sign in to comment.