Skip to content

Commit

Permalink
Update selectDotSavFile() description (vsav).
Browse files Browse the repository at this point in the history
  • Loading branch information
riverwanderer committed Sep 30, 2023
1 parent 621e94b commit 7f1cfcc
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 7f1cfcc

Please sign in to comment.