On Wed, Apr 22, 2009 at 9:40 AM, <xor at freenetproject.org> wrote: > Author: xor > Date: 2009-04-22 01:40:55 +0000 (Wed, 22 Apr 2009) > New Revision: 27188 > > Modified: > ? trunk/freenet/src/freenet/l10n/L10n.java > Log: > Fix javadoc warnings. > > Modified: trunk/freenet/src/freenet/l10n/L10n.java > =================================================================== > --- trunk/freenet/src/freenet/l10n/L10n.java ? ?2009-04-22 01:32:40 UTC (rev > 27187) > +++ trunk/freenet/src/freenet/l10n/L10n.java ? ?2009-04-22 01:40:55 UTC (rev > 27188) > @@ -28,7 +28,7 @@ > ?public class L10n { > ? ? ? ?public static final String CLASS_NAME = "L10n"; > > - ? ? ? /** @see http://www.omniglot.com/language/names.htm */ > + ? ? ? /** @see "http://www.omniglot.com/language/names.htm" */
it should be /** @see <a href="http://www.omniglot.com/language/names.htm">Language names in their own scripts</a> */ ref http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#@see > ? ? ? ?public enum LANGUAGE { > ? ? ? ? ? ? ? ?ENGLISH("en", "English", "eng"), > ? ? ? ? ? ? ? ?SPANISH("es", "Espa?ol", "spa"), > @@ -250,7 +250,7 @@ > > ? ? ? ?/** > ? ? ? ?* You probably don't want to use that one directly > - ? ? ? * @see getString(String) > + ? ? ? * @see #getString(String) > ? ? ? ?*/ > ? ? ? ?public static String getString(String key, boolean > returnNullIfNotFound) { > ? ? ? ? ? ? ? ?String result = null; > @@ -370,7 +370,7 @@ > ? ? ? ?/** > ? ? ? ?* Load a translation file depending on the given name and using the > prefix > ? ? ? ?* > - ? ? ? * @param name > + ? ? ? * @param lang The chosen language. > ? ? ? ?* @return the Properties object or null if not found > ? ? ? ?*/ > ? ? ? ?public static SimpleFieldSet loadTranslation(LANGUAGE lang) { > > _______________________________________________ > cvs mailing list > cvs at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs