diff gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/ressource/RessourceFactory.java @ 792:9b9bf42b7928

Added and repaired JavaDoc in artifacts package. gnv-artifacts/trunk@874 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 31 Mar 2010 10:52:34 +0000
parents c4156275c1e1
children feae2f9d6c6f
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/ressource/RessourceFactory.java	Wed Mar 31 09:30:34 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/ressource/RessourceFactory.java	Wed Mar 31 10:52:34 2010 +0000
@@ -3,7 +3,6 @@
 import de.intevation.artifacts.PreferredLocale;
 
 import java.io.BufferedReader;
-import java.io.File;
 import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.io.InputStream;
@@ -131,12 +130,9 @@
     /**
      * Deliveres the translated Value for an Key to an given Language
      *
-     * @param locale
-     *            The choosen locale
-     * @param key
-     *            the key
-     * @param defaultValue
-     *            the Value that should be returned.
+     * @param preferredLocales
+     * @param key the key
+     * @param defaultValue the Value that should be returned.
      * @return the translated Value
      */
     public String getRessource(PreferredLocale[] preferredLocales, String key,
@@ -149,6 +145,14 @@
     }
 
 
+    /**
+     * Deliveres the language specific value for the given <code>key</code>
+     * 
+     * @param locale
+     * @param key
+     * @param defaultVal
+     * @return language specific string.
+     */
     public String getRessource(Locale locale, String key, String defaultVal) {
         if (key == null || locale == null)
             return defaultVal;
@@ -167,3 +171,4 @@
         }
     }
 }
+// vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :
\ No newline at end of file

http://dive4elements.wald.intevation.org