Index: applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java
===================================================================
--- applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java	(revision 31752)
+++ applications/editors/josm/plugins/geotools/src/org/openstreetmap/josm/plugins/geotools/GeoToolsPlugin.java	(revision 32537)
@@ -1,3 +1,3 @@
-// License: GPL. Copyright 2012 Don-vip
+// License: GPL. For details, see LICENSE file.
 package org.openstreetmap.josm.plugins.geotools;
 
@@ -55,5 +55,5 @@
                 new ImageReadWriteSpi().updateRegistry(registry);
             } catch (IllegalArgumentException e) {
-                // See #10652: IllegalArgumentException: A descriptor is already registered against the name "ImageRead" under registry mode "rendered"
+                // See #10652: IAE: A descriptor is already registered against the name "ImageRead" under registry mode "rendered"
                 Main.warn("geotools: error in JAI/ImageReadWriteSpi initialization: "+e.getMessage());
             }
@@ -78,5 +78,5 @@
         while (categories.hasNext()) {
             @SuppressWarnings("unchecked")
-            Iterator<IIOServiceProvider> riter = ServiceLoader.load((Class<IIOServiceProvider>)categories.next(), loader).iterator();
+            Iterator<IIOServiceProvider> riter = ServiceLoader.load((Class<IIOServiceProvider>) categories.next(), loader).iterator();
             while (riter.hasNext()) {
                 ioRegistry.registerServiceProvider(riter.next());
