diff -r 33de7752835c -r 94bb65cb37d3 src/java.base/share/classes/java/text/DigitList.java --- a/src/java.base/share/classes/java/text/DigitList.java Fri Sep 20 11:33:30 2019 +0800 +++ b/src/java.base/share/classes/java/text/DigitList.java Fri Sep 20 11:07:52 2019 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -445,7 +445,7 @@ * @param alreadyRounded whether or not rounding up has already happened. * @param valueExactAsDecimal whether or not collected digits provide * an exact decimal representation of the value. - * @exception ArithmeticException if rounding is needed with rounding + * @throws ArithmeticException if rounding is needed with rounding * mode being set to RoundingMode.UNNECESSARY * @return true if digit maximumDigits-1 should be * incremented