--- jlscp/trunk/src/org/linuxsampler/lscp/Parameter.java 2005/10/02 14:40:52 783 +++ jlscp/trunk/src/org/linuxsampler/lscp/Parameter.java 2005/10/10 14:55:44 784 @@ -127,7 +127,8 @@ /** * Gets the lower limit of the allowed value range for this parameter. - * @return The lower limit of the allowed value range for this parameter. + * @return The lower limit of the allowed value range for this + * parameter or null if the parameter doesn't have lower limit. */ public Number getRangeMin(); @@ -140,7 +141,8 @@ /** * Gets the upper limit of the allowed value range for this parameter. - * @return The upper limit of the allowed value range for this parameter. + * @return The upper limit of the allowed value range for this + * parameter or null if the parameter doesn't have upper limit. */ public Number getRangeMax();