]> gcc.gnu.org Git - gcc.git/commit
DecimalFormat.java (format): Don't immediatly round baseNumber to long.
authorGuilhem Lavaux <guilhem@kaffe.org>
Thu, 25 Sep 2003 13:21:27 +0000 (13:21 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 25 Sep 2003 13:21:27 +0000 (13:21 +0000)
commiteaaad728d4d280fdb7ef56455381d73db88d2927
treedf9c5c336653d1d6e3f3ef4b32685efc8b13eb74
parent7b865c363709a01ee6302456ea2d7b71a733acd9
DecimalFormat.java (format): Don't immediatly round baseNumber to long.

2003-09-25  Guilhem Lavaux  <guilhem@kaffe.org>

* java/text/DecimalFormat.java (format): Don't immediatly round
baseNumber to long.
(setMinimumIntegerDigits): Call super.
(setMinimumFractionDigits): Likewise.
(setMaximumIntegerDigits): Likewise.
(setMaximumFractionDigits): Likewise.

From-SVN: r71773
libjava/ChangeLog
libjava/java/text/DecimalFormat.java
This page took 0.059155 seconds and 5 git commands to generate.