diff -r 33de7752835c -r 94bb65cb37d3 src/java.base/share/classes/java/text/spi/DecimalFormatSymbolsProvider.java --- a/src/java.base/share/classes/java/text/spi/DecimalFormatSymbolsProvider.java Fri Sep 20 11:33:30 2019 +0800 +++ b/src/java.base/share/classes/java/text/spi/DecimalFormatSymbolsProvider.java Fri Sep 20 11:07:52 2019 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 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 @@ -60,8 +60,8 @@ * specified locale. * * @param locale the desired locale - * @exception NullPointerException if locale is null - * @exception IllegalArgumentException if locale isn't + * @throws NullPointerException if locale is null + * @throws IllegalArgumentException if locale isn't * one of the locales returned from * {@link java.util.spi.LocaleServiceProvider#getAvailableLocales() * getAvailableLocales()}.