Index: trunk/src/org/openstreetmap/josm/data/imagery/WMSCachedTileLoader.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/imagery/WMSCachedTileLoader.java	(revision 13739)
+++ trunk/src/org/openstreetmap/josm/data/imagery/WMSCachedTileLoader.java	(revision 13740)
@@ -28,7 +28,5 @@
      * @param listener that will be notified when tile is loaded
      * @param cache reference
-     * @param connectTimeout to tile source
-     * @param readTimeout from tile source
-     * @param headers to be sent with requests
+     * @param options tile job options
      */
     public WMSCachedTileLoader(TileLoaderListener listener, ICacheAccess<String, BufferedImageCacheEntry> cache,
Index: trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java	(revision 13739)
+++ trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java	(revision 13740)
@@ -241,5 +241,5 @@
         /**
          *
-         * @return
+         * @return tileMatrixSet of this layer
          */
         public TileMatrixSet getTileMatrixSet() {
