Index: trunk/src/org/openstreetmap/josm/data/projection/proj/AbstractProj.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/proj/AbstractProj.java	(revision 9534)
+++ trunk/src/org/openstreetmap/josm/data/projection/proj/AbstractProj.java	(revision 9535)
@@ -157,7 +157,5 @@
     }
 
-    /**
-     * Iteratively solve equation (7-9) from Snyder.
-     */
+    // Iteratively solve equation (7-9) from Snyder.
     final double cphi2(final double ts) {
         final double eccnth = 0.5 * e;
Index: trunk/src/org/openstreetmap/josm/data/projection/proj/ObliqueMercator.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/proj/ObliqueMercator.java	(revision 9534)
+++ trunk/src/org/openstreetmap/josm/data/projection/proj/ObliqueMercator.java	(revision 9535)
@@ -26,11 +26,10 @@
  * <p>
  * There are two forms of the oblique mercator, differing in the origin of their grid coordinates.
- * The {@linkplain HotineObliqueMercator Hotine Oblique Mercator} (EPSG code 9812) has grid
- * coordinates start at the intersection of the central line and the equator of the aposphere.
- * The {@linkplain ObliqueMercator Oblique Mercator} (EPSG code 9815) is the same, except the
- * grid coordinates begin at the central point (where the latitude of center and central line
- * intersect). ESRI separates these two case by appending {@code "Natural_Origin"} (for the
- * {@code "Hotine_Oblique_Mercator"}) and {@code "Center"} (for the {@code "Oblique_Mercator"})
- * to the projection names.
+ * The Hotine Oblique Mercator (EPSG code 9812) has grid coordinates start at the intersection of 
+ * the central line and the equator of the aposphere.
+ * The Oblique Mercator (EPSG code 9815) is the same, except the grid coordinates begin at the
+ * central point (where the latitude of center and central line intersect). ESRI separates these 
+ * two case by appending {@code "Natural_Origin"} (for the {@code "Hotine_Oblique_Mercator"}) and 
+ * {@code "Center"} (for the {@code "Oblique_Mercator"}) to the projection names.
  * <p>
  * Two different methods are used to specify the central line for the oblique mercator:
