Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 21463 invoked from network); 23 May 2007 09:03:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2007 09:03:38 -0000 Received: (qmail 24854 invoked by uid 500); 23 May 2007 09:03:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 24824 invoked by uid 500); 23 May 2007 09:03:43 -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 24814 invoked by uid 99); 23 May 2007 09:03:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 02:03:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 02:03:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7B5BB714063 for ; Wed, 23 May 2007 02:03:16 -0700 (PDT) Message-ID: <18379400.1179910996503.JavaMail.jira@brutus> Date: Wed, 23 May 2007 02:03:16 -0700 (PDT) From: "Sian January (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3937) [classlib] [text] Mistake in java.text.DecimalFormat In-Reply-To: <8485827.1179910996327.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-3937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sian January updated HARMONY-3937: ---------------------------------- Attachment: DecimalFormat.java.patch > [classlib] [text] Mistake in java.text.DecimalFormat > ---------------------------------------------------- > > Key: HARMONY-3937 > URL: https://issues.apache.org/jira/browse/HARMONY-3937 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Sian January > Priority: Trivial > Attachments: DecimalFormat.java.patch > > > On line 823 it looks like this > setMaximumIntegerDigits(super.getMinimumIntegerDigits()); > should actually be this: > setMaximumIntegerDigits(super.getMaximumIntegerDigits()); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.