You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2010/06/10 18:03:14 UTC

[jira] Resolved: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)

     [ https://issues.apache.org/jira/browse/HARMONY-6518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison resolved HARMONY-6518.
----------------------------------

    Fix Version/s: 5.0M15
       Resolution: Fixed

Thanks Lang.

Patch applied to imageio module at repo revision r953364.

Please check it was applied as you expected.

p.s. we tend to use (foo == null) rather than the other way around, though I understand why you may do it that way.  Better to follow the established style, and in any case removeProvider(Object,Class) has it both ways round!


> Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class)
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6518
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6518
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Lang Yang
>            Assignee: Tim Ellison
>             Fix For: 5.0M15
>
>         Attachments: HARMONY-6518.diff
>
>
> Implemented method ServiceRegistry.deregisterServiceProvider(java.lang.Object, java.lang.Class)
> Spec - http://java.sun.com/j2se/1.4.2/docs/api/javax/imageio/spi/ServiceRegistry.html#deregisterServiceProvider(java.lang.Object, java.lang.Class)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.