Removed comment on line 1243

The compiler was throwing a warning related to the "file" indicated, so I commented the line out. This change restores the line's prior status.
This commit is contained in:
hcraigmiller 2022-05-01 01:40:12 -07:00 committed by GitHub
parent 735966de36
commit 0e0e006553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1240,7 +1240,7 @@ public class BasicFrame extends JFrame {
*
* @param worker the OpenFileWorker that loads the file.
* @param displayName the file name to display in dialogs.
// * @param file the File to set the document to (may be null).
* @param file the File to set the document to (may be null).
* @param parent
* @param openRocketConfigDialog if true, will open the configuration dialog of the rocket. This is useful for examples.
* @return
@ -1729,4 +1729,4 @@ class BasicFrame_changeAdapter implements javax.swing.event.ChangeListener {
public void stateChanged(ChangeEvent e) {
adaptee.stateChanged(e);
}
}
}