Skip to content

Commit 338fb24

Browse files
committed
ImageFileValidator: remove ignoring of CyclomaticComplexity check that is disabled.
Should be in 5d148c0 commit. No functional changes.
1 parent 646bb16 commit 338fb24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/ru/mystamps/web/validation/jsr303/ImageFileValidator.java

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public void initialize(ImageFile annotation) {
100100
}
101101

102102
@Override
103-
@SuppressWarnings("PMD.CyclomaticComplexity")
104103
public boolean isValid(MultipartFile file, ConstraintValidatorContext ctx) {
105104

106105
if (file == null) {

0 commit comments

Comments
 (0)