Skip to content

Commit

Permalink
silence PMD - some of these rules are bullshit - explicit initializat…
Browse files Browse the repository at this point in the history
…ion is always better than default ones even if it costs a little space

git-svn-id: https://josm.openstreetmap.de/svn/trunk@19269 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Dec 11, 2024
1 parent 55e81bf commit cc1c607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public static class OSMDownloadSourcePanel extends AbstractDownloadSourcePanel<L
/** This is used to keep track of the components for download sources, and to dynamically update/remove them */
private final JPanel downloadSourcesPanel;

private boolean inRestore = false;
private boolean inRestore /* = false */;

private final ChangeListener checkboxChangeListener;

Expand Down

0 comments on commit cc1c607

Please sign in to comment.