src/java.base/share/classes/java/text/MergeCollation.java
changeset 58242 94bb65cb37d3
parent 53018 8bf9268df0e2
--- a/src/java.base/share/classes/java/text/MergeCollation.java	Fri Sep 20 11:33:30 2019 +0800
+++ b/src/java.base/share/classes/java/text/MergeCollation.java	Fri Sep 20 11:07:52 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2012, 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
@@ -64,7 +64,7 @@
 
     /**
      * Creates from a pattern
-     * @exception ParseException If the input pattern is incorrect.
+     * @throws    ParseException If the input pattern is incorrect.
      */
     public MergeCollation(String pattern) throws ParseException
     {