Index: trunk/src/org/openstreetmap/josm/data/osm/Tag.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/Tag.java	(revision 9544)
+++ trunk/src/org/openstreetmap/josm/data/osm/Tag.java	(revision 9545)
@@ -141,5 +141,5 @@
      * Unsupported.
      * @param keys ignored
-     * @throws UnsupportedOperationException
+     * @throws UnsupportedOperationException always
      */
     @Override
@@ -157,5 +157,5 @@
      * @param key ignored
      * @param value ignored
-     * @throws UnsupportedOperationException
+     * @throws UnsupportedOperationException always
      */
     @Override
@@ -172,5 +172,5 @@
      * Unsupported.
      * @param key ignored
-     * @throws UnsupportedOperationException
+     * @throws UnsupportedOperationException always
      */
     @Override
@@ -191,5 +191,5 @@
     /**
      * Unsupported.
-     * @throws UnsupportedOperationException
+     * @throws UnsupportedOperationException always
      */
     @Override
Index: trunk/src/org/openstreetmap/josm/data/projection/proj/ObliqueMercator.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/proj/ObliqueMercator.java	(revision 9544)
+++ trunk/src/org/openstreetmap/josm/data/projection/proj/ObliqueMercator.java	(revision 9545)
@@ -26,9 +26,9 @@
  * <p>
  * There are two forms of the oblique mercator, differing in the origin of their grid coordinates.
- * The Hotine Oblique Mercator (EPSG code 9812) has grid coordinates start at the intersection of 
+ * 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 
+ * 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>
@@ -55,5 +55,5 @@
  * Azimuth values of 0.0 and &plusmn;90.0 degrees are allowed (and used in Hungary
  * and Switzerland), though these cases would usually use a Mercator or
- * Transverse Mercator projection instead. Azimuth values > 90 degrees cause
+ * Transverse Mercator projection instead. Azimuth values &gt; 90 degrees cause
  * errors in the equations.
  * <p>
Index: trunk/src/org/openstreetmap/josm/io/CachedFile.java
===================================================================
--- trunk/src/org/openstreetmap/josm/io/CachedFile.java	(revision 9544)
+++ trunk/src/org/openstreetmap/josm/io/CachedFile.java	(revision 9545)
@@ -214,5 +214,5 @@
     /**
      * Returns {@link #getInputStream()} wrapped in a buffered reader.
-     * <p/>
+     * <p>
      * Detects Unicode charset in use utilizing {@link UTFInputStreamReader}.
      *
