diff -r 33de7752835c -r 94bb65cb37d3 src/java.base/share/classes/java/text/RBTableBuilder.java --- a/src/java.base/share/classes/java/text/RBTableBuilder.java Fri Sep 20 11:33:30 2019 +0800 +++ b/src/java.base/share/classes/java/text/RBTableBuilder.java Fri Sep 20 11:07:52 2019 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 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 @@ -72,7 +72,7 @@ * stores them back in the RBCollationTables object. It is called * ONLY by the RBCollationTables constructor. * @see RuleBasedCollator#RuleBasedCollator - * @exception ParseException If the rules format is incorrect. + * @throws ParseException If the rules format is incorrect. */ public void build(String pattern, int decmp) throws ParseException {