Skip to content

Commit 6778de8

Browse files
committed
Fix broken Javadoc HTML tags
1 parent 544bf6e commit 6778de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/validator/routines/RegexValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private static int toCompileFlags(final boolean caseSensitive) {
8484
* Constructs a new instance that matches any one of the set of regular expressions with the specified case sensitivity.
8585
*
8686
* @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>
87+
* @param flags See flags in {@link Pattern#compile(String, int)}.
8888
*/
8989
private RegexValidator(final int flags, final String... regexs) {
9090
if (regexs == null || regexs.length == 0) {

0 commit comments

Comments
 (0)