Index: trunk/src/org/openstreetmap/josm/data/projection/Ellipsoid.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/Ellipsoid.java	(revision 9129)
+++ trunk/src/org/openstreetmap/josm/data/projection/Ellipsoid.java	(revision 9132)
@@ -34,5 +34,5 @@
      */
     public static final Ellipsoid Bessel1841 = Ellipsoid.create_a_rf(6377397.155, 299.1528128);
-    
+
     /**
      * Bessel 1841 (Namibia)
@@ -56,8 +56,8 @@
 
     /**
-     * Everest (Sabah & Sarawak)
+     * Everest (Sabah &amp; Sarawak)
      */
     public static final Ellipsoid EverestSabahSarawak = Ellipsoid.create_a_rf(6377298.556, 300.8017);
-    
+
     /**
      * GRS67 ellipsoid
Index: trunk/src/org/openstreetmap/josm/data/projection/proj/AbstractProj.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/proj/AbstractProj.java	(revision 9129)
+++ trunk/src/org/openstreetmap/josm/data/projection/proj/AbstractProj.java	(revision 9132)
@@ -77,5 +77,5 @@
     /**
      * Calculates the meridian distance. This is the distance along the central
-     * meridian from the equator to {@code phi}. Accurate to < 1e-5 meters
+     * meridian from the equator to {@code phi}. Accurate to &lt; 1e-5 meters
      * when used in conjuction with typical major axis values.
      *
Index: trunk/src/org/openstreetmap/josm/data/projection/proj/Proj.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/proj/Proj.java	(revision 9129)
+++ trunk/src/org/openstreetmap/josm/data/projection/proj/Proj.java	(revision 9132)
@@ -68,15 +68,15 @@
     /**
      * Return the bounds where this projection is applicable.
-     * 
+     *
      * This is a fallback for when the projection bounds are not specified
      * explicitly.
-     * 
-     * In this area, the round trip lat/lon -> east/north -> lat/lon should
+     *
+     * In this area, the round trip lat/lon -&gt; east/north -&gt; lat/lon should
      * return the starting value with small error. In addition, regions with
      * extreme distortions should be excluded, if possible.
-     * 
+     *
      * It need not be the absolute maximum, but rather an area that is safe to
      * display in JOSM and contain everything that one would expect to use.
-     * 
+     *
      * @return the bounds where this projection is applicable, null if unknown
      */
Index: trunk/src/org/openstreetmap/josm/data/projection/proj/TransverseMercator.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/proj/TransverseMercator.java	(revision 9129)
+++ trunk/src/org/openstreetmap/josm/data/projection/proj/TransverseMercator.java	(revision 9132)
@@ -86,5 +86,5 @@
     /**
      * A derived quantity of excentricity, computed by <code>e'² = (a²-b²)/b² = es/(1-es)</code>
-     * where <var>a</var> is the semi-major axis length and <var>b</bar> is the semi-minor axis
+     * where <var>a</var> is the semi-major axis length and <var>b</var> is the semi-minor axis
      * length.
      */
