From f0228aa878c35021b77eb7ff724f6587106337fc Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Thu, 25 Apr 2013 13:58:34 -0500 Subject: [PATCH] Removed last FIXME after manually verifying all calls to the method. --- core/src/net/sf/openrocket/rocketcomponent/Rocket.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/net/sf/openrocket/rocketcomponent/Rocket.java b/core/src/net/sf/openrocket/rocketcomponent/Rocket.java index 1584813f5..38a9d2741 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/Rocket.java +++ b/core/src/net/sf/openrocket/rocketcomponent/Rocket.java @@ -598,7 +598,6 @@ public class Rocket extends RocketComponent { * @param id the flight configuration id * @return the configuration name */ - // FIXME: Check references to this method adhere to the new returning of DEFAULT_NAME public String getFlightConfigurationName(String id) { checkState(); if (!isFlightConfigurationID(id))