summaryrefslogtreecommitdiff
path: root/sources/prefs/VSPrefs.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/prefs/VSPrefs.java')
-rw-r--r--sources/prefs/VSPrefs.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java
index abd6381..4d27f74 100644
--- a/sources/prefs/VSPrefs.java
+++ b/sources/prefs/VSPrefs.java
@@ -117,7 +117,7 @@ public class VSPrefs implements Serializable {
/**
* Gets the unit.
*
- * @param key the key
+ * @param fullKey the full key
*
* @return the unit
*/
@@ -153,7 +153,7 @@ public class VSPrefs implements Serializable {
/**
* Gets the description.
*
- * @param key the key
+ * @param fullKey the full key
*
* @return the description
*/
@@ -166,7 +166,7 @@ public class VSPrefs implements Serializable {
/**
* Gets the restriction.
*
- * @param key the key
+ * @param fullKey the full key
*
* @return the restriction
*/
@@ -457,7 +457,6 @@ public class VSPrefs implements Serializable {
* @param key the key
* @param val the val
* @param descr the descr
- * @param unit the unit
*/
public void initFloat(String key, float val, String descr) {
initFloat(key, val);