]> git.gag.com Git - debian/openrocket/commitdiff
Removed FIXME.
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 24 Apr 2012 21:32:32 +0000 (21:32 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 24 Apr 2012 21:32:32 +0000 (21:32 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@606 180e2498-e6e9-4542-8430-84ac67f01cd8

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