Skip to content

Commit 6ffaf23

Browse files
committed
HV-2202 Make base test class abstract
since it has no tests
1 parent 3e3d677 commit 6ffaf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/test/java/org/hibernate/validator/test/internal/constraintvalidators/bv/BaseMinMaxValidatorForNumberTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* @author Marko Bekhta
1919
*/
20-
public class BaseMinMaxValidatorForNumberTest {
20+
public abstract class BaseMinMaxValidatorForNumberTest {
2121

2222
protected <A extends Annotation> void testNumberValidator(ConstraintValidator<A, Number> constraint, boolean inclusive, boolean isMax) {
2323
byte b = 1;

0 commit comments

Comments
 (0)