8200888: typo in name of exception in @throws

Reviewed-by: bpb, darcy
This commit is contained in:
Jonathan Gibbons 2018-04-04 17:50:53 -07:00
parent 1dd10a8fbf
commit 810af1172d

View file

@ -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. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -312,7 +312,7 @@ public class ChoiceFormat extends NumberFormat {
* Constructs with limits and corresponding formats based on the pattern. * Constructs with limits and corresponding formats based on the pattern.
* *
* @param newPattern the new pattern string * @param newPattern the new pattern string
* @exception NullPointerExcpetion if {@code newPattern} is * @exception NullPointerException if {@code newPattern} is
* {@code null} * {@code null}
* @see #applyPattern * @see #applyPattern
*/ */