Merge pull request #75 from kruland2607/master

Removed FIXME
This commit is contained in:
kruland2607 2013-04-25 11:59:19 -07:00
commit a91e1973e4

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