Skip to content

Commit

Permalink
Merge pull request #4993 from kwvanderlinde/fixup/4972-null-varargs-w…
Browse files Browse the repository at this point in the history
…arning

Fix new compile warning
  • Loading branch information
bubblobill authored Oct 11, 2024
2 parents be5aa69 + 4f3cab5 commit 3758513
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,7 @@ private void initExportButton() {
MapTool.showMessage(
"CampaignPropertiesDialog.export.message",
"msg.title.exportProperties",
JOptionPane.INFORMATION_MESSAGE,
null);
JOptionPane.INFORMATION_MESSAGE);
CampaignPropertiesDto campaignPropertiesDto =
MapTool.getCampaign().getCampaignProperties().toDto();
FileOutputStream fos = new FileOutputStream(chooser.getSelectedFile());
Expand Down

0 comments on commit 3758513

Please sign in to comment.