Skip to content

Commit

Permalink
fix CID 1591123, add missing break
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19309 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Feb 5, 2025
1 parent 6bd2e12 commit 55c2379
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ public void actionPerformed(ActionEvent arg0) {
pnlAdvancedQueries.displayMessageIfInvalid();
return;
}
break;
default:
throw new IllegalStateException("Unexpected value: " + tpQueryPanels.getSelectedIndex());
}
Expand Down

0 comments on commit 55c2379

Please sign in to comment.