Index: trunk/src/org/openstreetmap/josm/data/projection/ShiftedProjecting.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/ShiftedProjecting.java	(revision 10834)
+++ trunk/src/org/openstreetmap/josm/data/projection/ShiftedProjecting.java	(revision 10836)
@@ -21,5 +21,5 @@
      * Create a new {@link ShiftedProjecting}
      * @param base The base to use
-     * @param offset The offset to move base. Subtracted when converting lat/lon->east/north.
+     * @param offset The offset to move base. Subtracted when converting lat/lon-&gt;east/north.
      */
     public ShiftedProjecting(Projecting base, EastNorth offset) {
Index: trunk/src/org/openstreetmap/josm/data/validation/routines/package.html
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/routines/package.html	(revision 10834)
+++ trunk/src/org/openstreetmap/josm/data/validation/routines/package.html	(revision 10836)
@@ -85,5 +85,5 @@
 </p>
 <ul>
-   <li><b>Method Flavours</b> - three <i>flavours</i> of validation metods are provided:</li>
+   <li><b>Method Flavours</b> - three <i>flavours</i> of validation metods are provided:
     <ul>
         <li><code>isValid()</code> methods return true/false to indicate
@@ -95,4 +95,5 @@
             of the matched <i>groups</i> or <code>null</code> if invalid.</li>
     </ul>
+   </li>
    <li><b>Case Sensitivity</b> - matching can be done in either a <i>case
        sensitive</i> or <i>case in-sensitive</i> way.</li>
Index: trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java	(revision 10834)
+++ trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java	(revision 10836)
@@ -1431,4 +1431,5 @@
         /**
          * Get all tiles represented by this TileSet that are already in the tileCache.
+         * @return all tiles represented by this TileSet that are already in the tileCache
          */
         private List<Tile> allExistingTiles() {
