From 0e0e006553c0f0609c81fef6438df97558da8b8e Mon Sep 17 00:00:00 2001 From: hcraigmiller <68821492+hcraigmiller@users.noreply.github.com> Date: Sun, 1 May 2022 01:40:12 -0700 Subject: [PATCH] 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. --- swing/src/net/sf/openrocket/gui/main/BasicFrame.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swing/src/net/sf/openrocket/gui/main/BasicFrame.java b/swing/src/net/sf/openrocket/gui/main/BasicFrame.java index 23ff313d5..811a12976 100644 --- a/swing/src/net/sf/openrocket/gui/main/BasicFrame.java +++ b/swing/src/net/sf/openrocket/gui/main/BasicFrame.java @@ -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); } -} \ No newline at end of file +}