Change FIXMEs to TODOs. Actually they might not be an issue at all.
[debian/openrocket] / core / src / net / sf / openrocket / preset / xml / StreamerDTO.java
index b80f64106b3d4748137884f09c1795cbc852b24f..7ed0dd84b75b65385599e2e681962c77511cc6ff 100644 (file)
@@ -90,7 +90,7 @@ public class StreamerDTO 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.WIDTH, this.getWidth());
         props.put(ComponentPreset.THICKNESS, this.getThickness());