### Eclipse Workspace Patch 1.0 #P imageio Index: src/main/java/javax/imageio/spi/IIOServiceProvider.java =================================================================== --- src/main/java/javax/imageio/spi/IIOServiceProvider.java (revision 941893) +++ src/main/java/javax/imageio/spi/IIOServiceProvider.java (working copy) @@ -49,9 +49,8 @@ // the default impl. does nothing } - public void onDeregistration(ServiceRegistry registry, Class category) throws NotImplementedException { - // TODO: implement - throw new NotImplementedException(); + public void onDeregistration(ServiceRegistry registry, Class category) { + // the default impl. does nothing } public String getVendorName() {