Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Dec 8, 2023
1 parent ef6986e commit d495121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public static Optional<Path> showOpenDialog(Component parent, Path current, int
}

@SafeVarargs
private static Optional<Path> showFileDialog(Component parent, Path current, int selectionMode, BiFunction<JFileChooser, ? super Component, Integer> showDialog,
private static Optional<Path> showFileDialog(Component parent, Path current, int selectionMode, BiFunction<? super JFileChooser, ? super Component, Integer> showDialog,
Pair<String, String[]>... types) {
File file;
try {
Expand Down

0 comments on commit d495121

Please sign in to comment.