]> git.ipfire.org Git - thirdparty/gcc.git/commit
DecimalFormat.java (format): avoid ArithmeticException when groupingSize is 0.
authorDavid P Grove <groved@us.ibm.com>
Mon, 4 Aug 2003 21:21:01 +0000 (21:21 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 4 Aug 2003 21:21:01 +0000 (21:21 +0000)
commit66fe55d120b36a2fc0753d26acb903667edecdd6
tree265cf8f833b4908c7408c5f264688cc72c99ccee
parent03aa99d49fc01b8416a5bec9cbf839da9b7962c8
DecimalFormat.java (format): avoid ArithmeticException when groupingSize is 0.

2003-08-04  David P Grove  <groved@us.ibm.com>

* java/text/DecimalFormat.java (format): avoid ArithmeticException
when groupingSize is 0.
(parse): Likewise.

From-SVN: r70156
libjava/ChangeLog
libjava/java/text/DecimalFormat.java