Skip to content

Commit 3a980b9

Browse files
author
Pavel Rappo
committed
8295168: Remove superfluous period in @throws tag description
Reviewed-by: bpb, naoto, lancea, iris
1 parent 9bb932c commit 3a980b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java.prefs/share/classes/java/util/prefs/AbstractPreferences.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2000, 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2000, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -318,7 +318,7 @@ public String get(String key, String def) {
318318
* removed with the {@link #removeNode()} method.
319319
* @throws IllegalArgumentException if key contains the null control
320320
* character, code point U+0000.
321-
* @throws NullPointerException {@inheritDoc}.
321+
* @throws NullPointerException {@inheritDoc}
322322
*/
323323
public void remove(String key) {
324324
Objects.requireNonNull(key, "Specified key cannot be null");

0 commit comments

Comments
 (0)