classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Very Simple java.text.DecimalFormat fix


From: Michael Koch
Subject: Re: [cp-patches] Very Simple java.text.DecimalFormat fix
Date: Wed, 29 Dec 2004 13:21:51 +0100
User-agent: KMail/1.6.2

Am Mittwoch, 29. Dezember 2004 02:52 schrieb Andrew John Hughes:
> The very short attached patch fixes percentage formatting for longs
> in DecimalFormat (used by NumberFormat); the multiplier was simply
> being ignored in format(long).
>
> 2004-12-29  Andrew John Hughes  <address@hidden>
>
>         * java/text/DecimalFormat.java
>         (format (long, StringBuffer, FieldPosition)): multiply
>         number by multiplier before formatting.

Works great. Please commit.


Michael
-- 
Homepage: http://www.worldforge.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]