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:
parent
735966de36
commit
0e0e006553
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user