Documented and deprecated deregisterProvider method.

This commit is contained in:
Harald Kuhr
2009-10-16 22:48:20 +02:00
parent 850fba6d6c
commit 1fb7c3c7cf
5 changed files with 12 additions and 1 deletions

View File

@@ -61,8 +61,14 @@ public final class IIOUtil {
return new BufferedOutputStream(new IIOOutputStreamAdapter(pStream));
}
/*
/**
* THIS METHOD WILL ME MOVED/RENAMED, DO NOT USE.
*
* @param pRegistry the registry to unregister from
* @param pProvider the provider to unregister
* @param pCategory the category to unregister from
*
* @deprecated
*/
public static <T> void deregisterProvider(final ServiceRegistry pRegistry, final IIOServiceProvider pProvider, final Class<T> pCategory) {
// http://www.ibm.com/developerworks/java/library/j-jtp04298.html