Skip to content

Commit

Permalink
Merge pull request #12767 from riverwanderer/FileChooser-code-doc-fix
Browse files Browse the repository at this point in the history
Update selectDotSavFile() description (vsav).
  • Loading branch information
uckelman authored Oct 2, 2023
2 parents a5c8ef0 + 7f1cfcc commit 05c9183
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ else if (mode == FILES_ONLY) {
public abstract void resetChoosableFileFilters();

/**
* Selects <tt>filename.sav</tt> if <tt>filename.foo</tt> is selected.
* Selects <tt>filename.vsav</tt> if <tt>filename.foo</tt> is selected.
*/
public void selectDotSavFile() {
final File file = getSelectedFile();
Expand Down Expand Up @@ -426,4 +426,4 @@ public boolean removeChoosableFileFilter(FileFilter filter) {
public void resetChoosableFileFilters() {
}
}
}
}

0 comments on commit 05c9183

Please sign in to comment.