X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=core%2Fsrc%2Fnet%2Fsf%2Fopenrocket%2Fpreset%2Fxml%2FParachuteDTO.java;h=f7056c0549e1a61c9bbc1d5f66084f7a57c3822b;hb=8cc16205fc7dfdf5e9fcfe0ff73cb1c20acf7cbb;hp=b21f5d4ab463996cb7cec88c68036e7fb2a95170;hpb=eb8b97568b4c6b35a4d185005858e4b1344dffb4;p=debian%2Fopenrocket diff --git a/core/src/net/sf/openrocket/preset/xml/ParachuteDTO.java b/core/src/net/sf/openrocket/preset/xml/ParachuteDTO.java index b21f5d4a..f7056c05 100644 --- a/core/src/net/sf/openrocket/preset/xml/ParachuteDTO.java +++ b/core/src/net/sf/openrocket/preset/xml/ParachuteDTO.java @@ -117,7 +117,7 @@ public class ParachuteDTO extends BaseComponentDTO { public ComponentPreset asComponentPreset(ComponentPreset.Type type, List 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());