8200888: typo in name of exception in @throws
authorjjg
Wed, 04 Apr 2018 17:50:53 -0700
changeset 49524 171e0beb4ff1
parent 49523 69c6eb97297f
child 49525 4d98473ed33e
8200888: typo in name of exception in @throws Reviewed-by: bpb, darcy
src/java.base/share/classes/java/text/ChoiceFormat.java
--- a/src/java.base/share/classes/java/text/ChoiceFormat.java	Wed Apr 04 16:13:30 2018 -0700
+++ b/src/java.base/share/classes/java/text/ChoiceFormat.java	Wed Apr 04 17:50:53 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2018, 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
@@ -312,7 +312,7 @@
      * Constructs with limits and corresponding formats based on the pattern.
      *
      * @param newPattern the new pattern string
-     * @exception NullPointerExcpetion if {@code newPattern} is
+     * @exception NullPointerException if {@code newPattern} is
      *            {@code null}
      * @see #applyPattern
      */