OSDN Git Service

2004-05-30 Michael Koch <konqueror@gmx.de>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 May 2004 13:42:24 +0000 (13:42 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 May 2004 13:42:24 +0000 (13:42 +0000)
commit90dc28587eef7716b0b575ac2266eaaa8202e1e8
tree587f6c3511e8ed3079e8952d2d53c902bbaacd84
parent92b13e438c93227fc20aaec01b54d6b35410c821
2004-05-30  Michael Koch  <konqueror@gmx.de>

* java/text/DecimalFormat.java
(parse): Fixed parsing of decimal strings. Number of maximum
digits to be read should now work.
* java/text/SimpleDateFormat.java
(SimpleDateFormat): Set maximumFractionDigit to 0 for the number
formatter. This fixes DateFormatTest.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82449 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/text/DecimalFormat.java
libjava/java/text/SimpleDateFormat.java