Change FIXMEs to TODOs. Actually they might not be an issue at all.
[debian/openrocket] / core / src / net / sf / openrocket / preset / xml / ParachuteDTO.java
index b21f5d4ab463996cb7cec88c68036e7fb2a95170..f7056c0549e1a61c9bbc1d5f66084f7a57c3822b 100644 (file)
@@ -117,7 +117,7 @@ public class ParachuteDTO extends BaseComponentDTO {
     public ComponentPreset asComponentPreset(ComponentPreset.Type type, List<MaterialDTO> materials) throws InvalidComponentPresetException {
         TypedPropertyMap props = new TypedPropertyMap();
         addProps(props, materials);
-        // FIXME - seems some vendors use a bulk material for the sheet along with a Thickness.
+        // TODO - seems some vendors use a bulk material for the sheet along with a Thickness.
         // need to fix the MATERIAL packed into the componentpreset.
         props.put(ComponentPreset.TYPE, type);
         props.put(ComponentPreset.DIAMETER, this.getDiameter());