Skip to content

Commit

Permalink
fix a PMD warning
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19218 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Sep 10, 2024
1 parent 48c99bb commit fd04658
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ private void rememberError(String message) {
}

@Override
@SuppressWarnings("PMD.PreserveStackTrace")
protected void realRun() throws IOException {
progressMonitor.subTask(tr("Starting directory scan"));
Collection<File> files = new ArrayList<>();
Expand Down

0 comments on commit fd04658

Please sign in to comment.