Removed last FIXME after manually verifying all calls to the method.

This commit is contained in:
kruland2607 2013-04-25 13:58:34 -05:00
parent 3da320c24b
commit f0228aa878

View File

@ -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))