Removed FIXME.
[debian/openrocket] / core / src / net / sf / openrocket / preset / ComponentPreset.java
index bfea0a335697b8b3b647c44f7d7dcd52e0bb4ef4..13ace71655548f4b628bab8133d1ed6b3cc91e00 100644 (file)
@@ -326,7 +326,7 @@ public class ComponentPreset implements Comparable<ComponentPreset> {
                                        double d = ((Material)value).getDensity();
                                        os.writeDouble(d);
                                } else if ( key.getType() == Shape.class ) {
-                                       // FIXME - this is ugly to use the ordinal but what else?
+                                       // this is ugly to use the ordinal but what else?
                                        int i = ((Shape)value).ordinal();
                                        os.writeInt(i);
                                }