Index: /trunk/src/org/openstreetmap/josm/gui/help/HelpUtil.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/help/HelpUtil.java	(revision 5915)
+++ /trunk/src/org/openstreetmap/josm/gui/help/HelpUtil.java	(revision 5916)
@@ -113,4 +113,5 @@
      * @param type the type of the locale to use
      * @return the help topic prefix
+     * @since 5915
      */
     static private String getHelpTopicPrefix(LocaleType type) {
@@ -131,4 +132,5 @@
      * @param type the locale. {@link Locale#ENGLISH} assumed, if null.
      * @return the absolute, localized help topic
+     * @since 5915
      */
     static public String buildAbsoluteHelpTopic(String topic, LocaleType type) {
Index: /trunk/src/org/openstreetmap/josm/tools/LanguageInfo.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/LanguageInfo.java	(revision 5915)
+++ /trunk/src/org/openstreetmap/josm/tools/LanguageInfo.java	(revision 5916)
@@ -9,5 +9,8 @@
 
 public class LanguageInfo {
-    /** Type of the locale to use */
+    /**
+     * Type of the locale to use
+     * @since 5915
+     */
     public enum LocaleType {
         /** The current default language */
@@ -29,5 +32,5 @@
      * @return the wiki language prefix or {@code null} for {@link LocaleType#BASELANGUAGE}, when
      * base language is identical to default or english
-     * @since 8636
+     * @since 5915
      */
     static public String getWikiLanguagePrefix(LocaleType type) {
