Index: trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/PositionForAreaStrategy.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/PositionForAreaStrategy.java	(revision 11723)
+++ trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/PositionForAreaStrategy.java	(revision 11724)
@@ -10,5 +10,5 @@
 /**
  * This strategy defines how to place a label or icon inside the area.
- * @since 11720
+ * @since 11722
  */
 public interface PositionForAreaStrategy {
@@ -31,5 +31,5 @@
      * @param keyword The text position keyword.
      * @return The strategy or line if none was specified.
-     * @since 11720
+     * @since 11722
      */
     public static PositionForAreaStrategy forKeyword(Keyword keyword) {
@@ -42,5 +42,5 @@
      * @param defaultStrategy The default if no strategy was recognized.
      * @return The strategy or line if none was specified.
-     * @since 11720
+     * @since 11722
      */
     public static PositionForAreaStrategy forKeyword(Keyword keyword, PositionForAreaStrategy defaultStrategy) {
@@ -63,5 +63,5 @@
      * Places the label onto the line.
      *
-     * @since 11720
+     * @since 11722
      */
     public static PositionForAreaStrategy LINE = new OnLineStrategy();
@@ -70,5 +70,5 @@
      * Places the label / icon so that it is completely inside the area.
      *
-     * @since 11720
+     * @since 11722
      */
     public static PositionForAreaStrategy INSIDE = new CompletelyInsideAreaStrategy();
@@ -76,5 +76,5 @@
     /**
      * Places the label / icon so that is is on the area.
-     * @since 11720
+     * @since 11722
      */
     public static PositionForAreaStrategy PARTIALY_INSIDE = new PartialyInsideAreaStrategy();
@@ -83,5 +83,5 @@
      * Places the label onto the line.
      *
-     * @since 11720
+     * @since 11722
      */
     class OnLineStrategy implements PositionForAreaStrategy {
@@ -101,5 +101,5 @@
      * Places the label / icon so that it is completely inside the area.
      *
-     * @since 11720
+     * @since 11722
      */
     class CompletelyInsideAreaStrategy implements PositionForAreaStrategy {
@@ -174,5 +174,5 @@
      *
      * The center of that place should be in the area, but the icon / label may overlap on the edges.
-     * @since 11720
+     * @since 11722
      */
     public class PartialyInsideAreaStrategy extends CompletelyInsideAreaStrategy {
