Index: trunk/src/org/openstreetmap/josm/io/imagery/WMSImagery.java
===================================================================
--- trunk/src/org/openstreetmap/josm/io/imagery/WMSImagery.java	(revision 13202)
+++ trunk/src/org/openstreetmap/josm/io/imagery/WMSImagery.java	(revision 13203)
@@ -463,5 +463,5 @@
         /**
          * The layer abstract (WMS {@code Abstract})
-         * @since xxx
+         * @since 13199
          */
         public final String abstr;
@@ -492,5 +492,5 @@
          * @param bounds The bounds this layer can be used for
          * @param childLayers The child layers of this layer
-         * @since xxx
+         * @since 13199
          */
         public LayerDetails(String name, String ident, String abstr, Set<String> crsList, boolean supportedLayer, Bounds bounds,
Index: trunk/src/org/openstreetmap/josm/tools/ListenerList.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/ListenerList.java	(revision 13202)
+++ trunk/src/org/openstreetmap/josm/tools/ListenerList.java	(revision 13203)
@@ -248,5 +248,5 @@
 
     /**
-     * Creates a new listener list that does not fail if listeners are added ore removed twice.
+     * Creates a new listener list that does not fail if listeners are added or removed twice.
      * <p>
      * Use of this list is discouraged. You should always use {@link #create()} in new implementations and check your listeners.
Index: trunk/test/functional/org/openstreetmap/josm/data/imagery/ImageryCompareTestIT.java
===================================================================
--- trunk/test/functional/org/openstreetmap/josm/data/imagery/ImageryCompareTestIT.java	(revision 13202)
+++ trunk/test/functional/org/openstreetmap/josm/data/imagery/ImageryCompareTestIT.java	(revision 13203)
@@ -27,5 +27,5 @@
     @Rule
     @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
-    public JOSMTestRules test = new JOSMTestRules().preferences().timeout(30000);
+    public JOSMTestRules test = new JOSMTestRules().preferences().timeout(60000);
 
     /**
Index: trunk/test/unit/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClientTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClientTest.java	(revision 13202)
+++ trunk/test/unit/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClientTest.java	(revision 13203)
@@ -30,5 +30,5 @@
     @Rule
     @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
-    public JOSMTestRules test = new JOSMTestRules();
+    public JOSMTestRules test = new JOSMTestRules().timeout(20000);
 
     /**
