We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a35f7 commit 2eab32bCopy full SHA for 2eab32b
1 file changed
src/test/java/org/apache/commons/validator/ExceptionTest.java
@@ -107,7 +107,7 @@ void testRuntimeException() throws ValidatorException {
107
// Get results of the validation which can throw ValidatorException
108
try {
109
validator.validate();
110
- // fail("RuntimeException should occur here!");
+ // fail("RuntimeException should occur here.");
111
} catch (final RuntimeException expected) {
112
fail("RuntimeExceptions should be treated as validation failures in Validator 1.x.");
113
// This will be true in Validator 2.0
0 commit comments