We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544bf6e commit 6778de8Copy full SHA for 6778de8
1 file changed
src/main/java/org/apache/commons/validator/routines/RegexValidator.java
@@ -84,7 +84,7 @@ private static int toCompileFlags(final boolean caseSensitive) {
84
* Constructs a new instance that matches any one of the set of regular expressions with the specified case sensitivity.
85
*
86
* @param regexs The set of regular expressions this validator will validate against
87
- * @param flags See {@link Pattern#compile(String, int)}. sensitive</i>, otherwise matching is <em>case in-sensitive</em>
+ * @param flags See flags in {@link Pattern#compile(String, int)}.
88
*/
89
private RegexValidator(final int flags, final String... regexs) {
90
if (regexs == null || regexs.length == 0) {
0 commit comments