From: kruland2607 Date: Tue, 24 Apr 2012 21:32:32 +0000 (+0000) Subject: Removed FIXME. X-Git-Tag: upstream/12.09^2~325 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ae1c04663fb981d6670114e47e5594fa95ad43b0;p=debian%2Fopenrocket Removed FIXME. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@606 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/core/src/net/sf/openrocket/preset/ComponentPreset.java b/core/src/net/sf/openrocket/preset/ComponentPreset.java index bfea0a33..13ace716 100644 --- a/core/src/net/sf/openrocket/preset/ComponentPreset.java +++ b/core/src/net/sf/openrocket/preset/ComponentPreset.java @@ -326,7 +326,7 @@ public class ComponentPreset implements Comparable { 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); }