Index: trunk/src/org/openstreetmap/josm/Main.java
===================================================================
--- trunk/src/org/openstreetmap/josm/Main.java	(revision 10420)
+++ trunk/src/org/openstreetmap/josm/Main.java	(revision 10421)
@@ -441,5 +441,5 @@
      * Prints a debug message for the given Throwable. Useful for exceptions usually ignored
      * @param t The throwable object causing the error
-     * @since 10419
+     * @since 10420
      */
     public static void debug(Throwable t) {
@@ -450,5 +450,5 @@
      * Prints a trace message for the given Throwable. Useful for exceptions usually ignored
      * @param t The throwable object causing the error
-     * @since 10419
+     * @since 10420
      */
     public static void trace(Throwable t) {
@@ -473,5 +473,5 @@
      * @param t The throwable object causing the error
      * @param message additional error message
-     * @since 10419
+     * @since 10420
      */
     public static void error(Throwable t, String message) {
@@ -496,5 +496,5 @@
      * @param t The throwable object causing the error
      * @param message additional error message
-     * @since 10419
+     * @since 10420
      */
     public static void warn(Throwable t, String message) {
