Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 18991 invoked from network); 10 Jun 2010 16:46:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jun 2010 16:46:36 -0000 Received: (qmail 86066 invoked by uid 500); 10 Jun 2010 16:46:36 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 86045 invoked by uid 500); 10 Jun 2010 16:46:36 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 86038 invoked by uid 99); 10 Jun 2010 16:46:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 16:46:36 +0000 X-ASF-Spam-Status: No, hits=-1511.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 16:46:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5AGkF2i001219 for ; Thu, 10 Jun 2010 16:46:15 GMT Message-ID: <33491349.24931276188375947.JavaMail.jira@thor> Date: Thu, 10 Jun 2010 12:46:15 -0400 (EDT) From: "Lang Yang (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6518) Implementation of method deregisterServiceProvider(java.lang.Object, java.lang.Class) In-Reply-To: <24053545.33191274498656484.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HARMONY-6518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877481#action_12877481 ] Lang Yang commented on HARMONY-6518: ------------------------------------ Thanks Tim. It was applied as expected. Also thanks for that tip, I saw that expression several times in the existing implementation, so thought it's ok to use it. Anyway, as you have mentioned, I will follow the established style :) > 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.