summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/javax/imageio/spi/IIOServiceProvider.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/imageio/spi/IIOServiceProvider.java')
-rw-r--r--libjava/classpath/javax/imageio/spi/IIOServiceProvider.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/javax/imageio/spi/IIOServiceProvider.java b/libjava/classpath/javax/imageio/spi/IIOServiceProvider.java
index 1ec59d5263e..48fa7d41489 100644
--- a/libjava/classpath/javax/imageio/spi/IIOServiceProvider.java
+++ b/libjava/classpath/javax/imageio/spi/IIOServiceProvider.java
@@ -110,7 +110,7 @@ public abstract class IIOServiceProvider
* @param category the service category for which this provider has
* been registered as an implementor.
*/
- public void onRegistration(ServiceRegistry registry, Class category)
+ public void onRegistration(ServiceRegistry registry, Class<?> category)
{
}
@@ -128,7 +128,7 @@ public abstract class IIOServiceProvider
* @param category the service category for which this provider has
* been registered as an implementor.
*/
- public void onDeregistration(ServiceRegistry registry, Class category)
+ public void onDeregistration(ServiceRegistry registry, Class<?> category)
{
}
OpenPOWER on IntegriCloud