Added break statement for default case
This commit is contained in:
parent
21741ad09e
commit
1d1f3e67cd
@ -121,6 +121,7 @@ public class PatternSyntaxExceptionParser {
|
||||
// If no special handling in place fall back on error msg
|
||||
// created by java.util.regex.PatternSyntaxException
|
||||
sb.append(exception.getMessage());
|
||||
break;
|
||||
}
|
||||
return sb.toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user