Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 82613 invoked from network); 31 Dec 2008 07:27:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Dec 2008 07:27:09 -0000 Received: (qmail 63802 invoked by uid 500); 31 Dec 2008 07:27:09 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 63786 invoked by uid 500); 31 Dec 2008 07:27:09 -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 63777 invoked by uid 99); 31 Dec 2008 07:27:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2008 23:27:09 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Dec 2008 07:27:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9E085234C4A8 for ; Tue, 30 Dec 2008 23:26:44 -0800 (PST) Message-ID: <376066475.1230708404645.JavaMail.jira@brutus> Date: Tue, 30 Dec 2008 23:26:44 -0800 (PST) From: "Regis Xu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-6064) [classlib][prefs] move setting default provider of prefs to java code In-Reply-To: <1265344502.1230707804299.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Regis Xu updated HARMONY-6064: ------------------------------ Attachment: HARMONY-6064.diff Would anyone want to try this? > [classlib][prefs] move setting default provider of prefs to java code > --------------------------------------------------------------------- > > Key: HARMONY-6064 > URL: https://issues.apache.org/jira/browse/HARMONY-6064 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Affects Versions: 5.0M8 > Reporter: Regis Xu > Attachments: HARMONY-6064.diff > > > As discussed on dev list, it's unnecessary set property "java.util.prefs.PreferencesFactory" in native code, move to java side is more clear. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.