bug fixes
[debian/openrocket] / src / net / sf / openrocket / motor / MotorInstanceConfiguration.java
index ee54143fac4794edf9214fd67ea05820cf25ad1f..a3142028d3df6e4b8c011ef1bc8fc762fe292732 100644 (file)
@@ -51,6 +51,9 @@ public final class MotorInstanceConfiguration implements Monitorable, Cloneable
                modID++;
        }
        
+       /**
+        * Return a list of all motor IDs in this configuration (not only ones in active stages).
+        */
        public List<MotorId> getMotorIDs() {
                return unmodifiableIds;
        }