Skip to content

Commit 8034083

Browse files
committed
SeriesController: suppress false positive from PMD to unbreak the build.
Should be in d839472 commit. No functional changes.
1 parent d839472 commit 8034083

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/ru/mystamps/web/controller/SeriesController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,8 @@ private void addSeriesSalesFormToModel(Model model) {
534534
model.addAttribute("buyers", buyers);
535535
}
536536

537+
// false positive on Travis CI
538+
@SuppressWarnings("PMD.UnusedPrivateMethod")
537539
private static void loadErrorsFromDownloadInterceptor(
538540
NullableImageUrl form,
539541
BindingResult result,

0 commit comments

Comments
 (0)