Index: trunk/src/org/openstreetmap/josm/data/osm/Node.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/Node.java	(revision 10828)
+++ trunk/src/org/openstreetmap/josm/data/osm/Node.java	(revision 10829)
@@ -102,5 +102,5 @@
      * @param projection The projection to use.
      * @return The projected east/north coordinates
-     * @since 10826
+     * @since 10827
      */
     public EastNorth getEastNorth(Projection projection) {
Index: trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/AbstractMapRenderer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/AbstractMapRenderer.java	(revision 10828)
+++ trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/AbstractMapRenderer.java	(revision 10829)
@@ -98,5 +98,5 @@
      * @param orderNumber The number of the segment in the way.
      * @param clr The color to use for drawing the text.
-     * @since 10826
+     * @since 10827
      */
     protected void drawOrderNumber(MapViewPoint p1, MapViewPoint p2, int orderNumber, Color clr) {
@@ -194,5 +194,5 @@
      * @param space The free space to check against.
      * @return <code>true</code> if segment is larger than required space
-     * @since 10826
+     * @since 10827
      */
     public static boolean isLargeSegment(MapViewPoint p1, MapViewPoint p2, int space) {
@@ -206,5 +206,5 @@
      * @param p2 Second point of the way segment.
      * @return <code>true</code> if segment may be visible.
-     * @since 10826
+     * @since 10827
      */
     protected boolean isSegmentVisible(MapViewPoint p1, MapViewPoint p2) {
@@ -219,5 +219,5 @@
      * @param path The path to append drawing to.
      * @param w The ways to draw node for.
-     * @since 10826
+     * @since 10827
      */
     public void visitVirtual(Path2D path, Way w) {
Index: trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/ArrowPaintHelper.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/ArrowPaintHelper.java	(revision 10828)
+++ trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/ArrowPaintHelper.java	(revision 10829)
@@ -8,5 +8,5 @@
  * This class helps with painting arrows with fixed length along a path.
  * @author Michael Zangl
- * @since 10826
+ * @since 10827
  */
 public class ArrowPaintHelper {
Index: trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/LineClip.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/LineClip.java	(revision 10828)
+++ trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/LineClip.java	(revision 10829)
@@ -24,5 +24,5 @@
      * @param p2 end point of the clipped line
      * @param clipBounds Clip bounds
-     * @since 10826
+     * @since 10827
      */
     public LineClip(Point2D p1, Point2D p2, Rectangle2D clipBounds) {
@@ -46,5 +46,5 @@
     /**
      * @return start point of the clipped line
-     * @since 10826
+     * @since 10827
      */
     public Point2D getP1() {
@@ -54,5 +54,5 @@
     /**
      * @return end point of the clipped line
-     * @since 10826
+     * @since 10827
      */
     public Point2D getP2() {
Index: trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/MapPath2D.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/MapPath2D.java	(revision 10828)
+++ trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/MapPath2D.java	(revision 10829)
@@ -9,5 +9,5 @@
  * An extension of {@link Path2D} with special methods for map positions.
  * @author Michael Zangl
- * @since 10826
+ * @since 10827
  */
 public class MapPath2D extends Path2D.Double {
Index: trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/WireframeMapRenderer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/WireframeMapRenderer.java	(revision 10828)
+++ trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/WireframeMapRenderer.java	(revision 10829)
@@ -410,5 +410,5 @@
      * @param mv2 Second point of the way segment.
      * @param showDirection <code>true</code> if segment direction should be indicated
-     * @since 10826
+     * @since 10827
      */
     protected void drawSegment(MapPath2D path, MapViewPoint mv1, MapViewPoint mv2, boolean showDirection) {
@@ -431,5 +431,5 @@
      * @param col The color to use for drawing line.
      * @param showDirection <code>true</code> if segment direction should be indicated.
-     * @since 10826
+     * @since 10827
      */
     protected void drawSegment(MapViewPoint p1, MapViewPoint p2, Color col, boolean showDirection) {
Index: trunk/src/org/openstreetmap/josm/data/projection/Projection.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/Projection.java	(revision 10828)
+++ trunk/src/org/openstreetmap/josm/data/projection/Projection.java	(revision 10829)
@@ -107,5 +107,5 @@
      * Gets the object used as cache identifier when caching results of this projection.
      * @return The object to use as cache key
-     * @since 10826
+     * @since 10827
      */
     default Object getCacheKey() {
Index: trunk/src/org/openstreetmap/josm/gui/MapViewState.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/MapViewState.java	(revision 10828)
+++ trunk/src/org/openstreetmap/josm/gui/MapViewState.java	(revision 10829)
@@ -33,5 +33,5 @@
     /**
      * A flag indicating that the point is outside to the top of the map view.
-     * @since 10826
+     * @since 10827
      */
     public static final int OUTSIDE_TOP = 1;
@@ -39,5 +39,5 @@
     /**
      * A flag indicating that the point is outside to the bottom of the map view.
-     * @since 10826
+     * @since 10827
      */
     public static final int OUTSIDE_BOTTOM = 2;
@@ -45,5 +45,5 @@
     /**
      * A flag indicating that the point is outside to the left of the map view.
-     * @since 10826
+     * @since 10827
      */
     public static final int OUTSIDE_LEFT = 3;
@@ -51,5 +51,5 @@
     /**
      * A flag indicating that the point is outside to the right of the map view.
-     * @since 10826
+     * @since 10827
      */
     public static final int OUTSIDE_RIGHT = 4;
@@ -186,5 +186,5 @@
      * @param node The node
      * @return The position of that node.
-     * @since 10826
+     * @since 10827
      */
     public MapViewPoint getPointFor(Node node) {
@@ -204,5 +204,5 @@
      * @param rectangle The rectangle to get.
      * @return The view area.
-     * @since 10826
+     * @since 10827
      */
     public MapViewRectangle getViewArea(Rectangle2D rectangle) {
@@ -369,5 +369,5 @@
          * Get the x coordinate in view space without creating an intermediate object.
          * @return The x coordinate
-         * @since 10826
+         * @since 10827
          */
         public abstract double getInViewX();
@@ -376,5 +376,5 @@
          * Get the y coordinate in view space without creating an intermediate object.
          * @return The y coordinate
-         * @since 10826
+         * @since 10827
          */
         public abstract double getInViewY();
@@ -450,5 +450,5 @@
          * This is the case iff <code>getOutsideRectangleFlags(getViewArea())</code> returns no flags
          * @return true if it is.
-         * @since 10826
+         * @since 10827
          */
         public boolean isInView() {
@@ -464,5 +464,5 @@
          * @param rect The rectangle to check agains.
          * @return The direction in which it is outside of the view, as OUTSIDE_... flags.
-         * @since 10826
+         * @since 10827
          */
         public int getOutsideRectangleFlags(MapViewRectangle rect) {
@@ -487,5 +487,5 @@
          * @param p2 The other point
          * @return The norm
-         * @since 10826
+         * @since 10827
          */
         public double oneNormInView(MapViewPoint p2) {
@@ -497,5 +497,5 @@
          * @param p2 The other point
          * @return The squared distance.
-         * @since 10826
+         * @since 10827
          */
         public double distanceToInViewSq(MapViewPoint p2) {
@@ -509,5 +509,5 @@
          * @param p2 The other point
          * @return The distance.
-         * @since 10826
+         * @since 10827
          */
         public double distanceToInView(MapViewPoint p2) {
@@ -636,5 +636,5 @@
          * Check if the rectangle intersects the map view area.
          * @return <code>true</code> if it intersects.
-         * @since 10826
+         * @since 10827
          */
         public boolean isInView() {
Index: trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/Symbol.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/Symbol.java	(revision 10828)
+++ trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/Symbol.java	(revision 10829)
@@ -14,5 +14,5 @@
 /**
  * The definition of a symbol that should be rendered at the node position.
- * @since 10826 Extracted from {@link NodeElement}
+ * @since 10827 Extracted from {@link NodeElement}
  */
 public class Symbol {
