--- jsampler/trunk/src/org/jsampler/JSPrefs.java 2007/08/31 14:25:45 1315 +++ jsampler/trunk/src/org/jsampler/JSPrefs.java 2007/09/07 12:09:59 1327 @@ -135,7 +135,7 @@ * Gets the default value for the specified property. * The default value is used when the property is not set. * Override this method to provide custom default values for specific properties. - * @name The name of the property whose default value should be obtained. + * @param name The name of the property whose default value should be obtained. * @return null * @see #getStringProperty(String name) */ @@ -206,7 +206,7 @@ * Gets the default value for the specified property. * The default value is used when the property is not set. * Override this method to provide custom default values for specific properties. - * @name The name of the property whose default value should be obtained. + * @param name The name of the property whose default value should be obtained. * @return An empty array. * @see #getStringListProperty(String name) */ @@ -239,7 +239,7 @@ * Gets the default value for the specified property. * The default value is used when the property is not set. * Override this method to provide custom default values for specific properties. - * @name The name of the property whose default value should be obtained. + * @param name The name of the property whose default value should be obtained. * @return 0 * @see #getIntProperty(String name) */ @@ -296,7 +296,7 @@ * Gets the default value for the specified property. * The default value is used when the property is not set. * Override this method to provide custom default values for specific properties. - * @name The name of the property whose default value should be obtained. + * @param name The name of the property whose default value should be obtained. * @return false * @see #getBoolProperty(String name) */