SafetyMutex and rocket optimization updates
[debian/openrocket] / src / net / sf / openrocket / optimization / rocketoptimization / SimulationModifier.java
index a22507d042957f74d8755ba31a679c7d17fa9b5e..147ac0d4fc0a5fbb0a09adc35357661a9750b962 100644 (file)
@@ -72,7 +72,7 @@ public interface SimulationModifier extends ChangeSource {
        /**
         * Return the current scaled value.  This is normally within the range [0...1], but
         * can be outside the range if the current value is outside of the min and max values.
-        * @return
+        * @return      the current value of this parameter (normally between [0 ... 1])
         */
        public double getCurrentScaledValue();