Index: trunk/src/org/openstreetmap/josm/data/Bounds.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/Bounds.java	(revision 12161)
+++ trunk/src/org/openstreetmap/josm/data/Bounds.java	(revision 12162)
@@ -409,5 +409,5 @@
      * @param ll The lat/lon to check
      * @return {@code true} if {@code ll} is within these bounds, {@code false} otherwise
-     * @since xxx
+     * @since 12161
      */
     public boolean contains(ILatLon ll) {
Index: trunk/src/org/openstreetmap/josm/data/projection/Projecting.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/Projecting.java	(revision 12161)
+++ trunk/src/org/openstreetmap/josm/data/projection/Projecting.java	(revision 12162)
@@ -35,5 +35,5 @@
      * @param ll the geographical point to convert (in WGS84 lat/lon)
      * @return the corresponding east/north coordinates
-     * @since xxx
+     * @since 12161
      */
     EastNorth latlon2eastNorth(ILatLon ll);
Index: trunk/src/org/openstreetmap/josm/gui/MapViewState.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/MapViewState.java	(revision 12161)
+++ trunk/src/org/openstreetmap/josm/gui/MapViewState.java	(revision 12162)
@@ -195,5 +195,5 @@
      * @param latlon the position
      * @return The point for that position.
-     * @since xxx
+     * @since 12161
      */
     public MapViewPoint getPointFor(ILatLon latlon) {
@@ -271,5 +271,5 @@
      * Gets the current projecting instance that is used to convert between east/north and lat/lon space.
      * @return The projection.
-     * @since xxx
+     * @since 12161
      */
     public Projecting getProjecting() {
