mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-20 15:25:27 +00:00
6983724: redundant @exception description for Character.Subset(String name)
Reviewed-by: okutsu
This commit is contained in:
parent
3a9f12ff35
commit
036b7a86a5
@ -595,7 +595,6 @@ class Character implements java.io.Serializable, Comparable<Character> {
|
||||
/**
|
||||
* Constructs a new <code>Subset</code> instance.
|
||||
*
|
||||
* @exception NullPointerException if name is <code>null</code>
|
||||
* @param name The name of this subset
|
||||
* @exception NullPointerException if name is <code>null</code>
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user