Index: trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java	(revision 18831)
+++ trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java	(revision 18832)
@@ -293,5 +293,6 @@
 
     /**
-     * @return true if object was successfully downloaded, false, if there was a loading failure
+     * Load an cache object
+     * @return {@code true} if object was successfully downloaded, false, if there was a loading failure
      * @since 18831
      */
@@ -334,5 +335,6 @@
 
     /**
-     * @return true if object was successfully downloaded via http, false, if there was a loading failure
+     * Load an cache object via HTTP
+     * @return {@code true} if object was successfully downloaded via http, false, if there was a loading failure
      */
     private boolean loadObjectHttp() {
