Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor code doc correction #12756

Closed
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