From ac499946aa12d48e8bf3e5d91d78708d64a73daa Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 May 2008 00:57:42 +0000 Subject: some javadoc fixes. --- sources/prefs/VSPrefs.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sources/prefs/VSPrefs.java') 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); -- cgit v1.2.3