From ae1c04663fb981d6670114e47e5594fa95ad43b0 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Tue, 24 Apr 2012 21:32:32 +0000 Subject: [PATCH] Removed FIXME. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2