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.
