Index: trunk/src/org/openstreetmap/josm/gui/MapViewState.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/MapViewState.java	(revision 10398)
+++ trunk/src/org/openstreetmap/josm/gui/MapViewState.java	(revision 10399)
@@ -169,5 +169,5 @@
      * Creates an affine transform that is used to convert the east/north coordinates to view coordinates.
      * @return The affine transform. It should not be changed.
-     * @since xxx
+     * @since 10375
      */
     public AffineTransform getAffineTransform() {
@@ -180,5 +180,5 @@
      * @param newCenter The new center coordinate.
      * @return The new state.
-     * @since xxx
+     * @since 10375
      */
     public MapViewState usingCenter(EastNorth newCenter) {
@@ -190,5 +190,5 @@
      * @param newEastNorthThere The east/north coordinate that should be there.
      * @return The new state.
-     * @since xxx
+     * @since 10375
      */
     public MapViewState movedTo(MapViewPoint mapViewPoint, EastNorth newEastNorthThere) {
@@ -205,5 +205,5 @@
      * @param newScale The new scale to use.
      * @return The new state.
-     * @since xxx
+     * @since 10375
      */
     public MapViewState usingScale(double newScale) {
@@ -217,5 +217,5 @@
      * @param positon The new location to use.
      * @return The new state.
-     * @since xxx
+     * @since 10375
      */
     public MapViewState usingLocation(JComponent positon) {
@@ -230,5 +230,5 @@
      * @param height The view height
      * @return The state
-     * @since xxx
+     * @since 10375
      */
     public static MapViewState createDefaultState(int width, int height) {
Index: trunk/test/unit/org/openstreetmap/josm/tools/PredicatesTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/tools/PredicatesTest.java	(revision 10398)
+++ trunk/test/unit/org/openstreetmap/josm/tools/PredicatesTest.java	(revision 10399)
@@ -21,5 +21,4 @@
  *
  * @author Michael Zangl
- * @since xxx
  */
 public class PredicatesTest {
