Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @author unascribed
* @since 1.0
*/
@AnnotatedFor({"nullnesss"})
@AnnotatedFor({"nullness"})
public class ClassCircularityError extends LinkageError {
private static final long serialVersionUID = 1054362542914539689L;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
*/


@AnnotatedFor({"nullable"})
@AnnotatedFor({"nullness"})
public
class InstantiationError extends IncompatibleClassChangeError {
private static final long serialVersionUID = -4885810657349421204L;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
* @since 1.2
*/

@AnnotatedFor({"nullnes"})
@AnnotatedFor({"nullness"})
public final class RuntimePermission extends BasicPermission {

private static final long serialVersionUID = 7399184964622342223L;
Expand Down
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/lang/ThreadGroup.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* and working off of that snapshot, rather than holding the thread group locked
* while we work on the children.
*/
@AnnotatedFor({"index", "interning", "lock", "nullable"})
@AnnotatedFor({"index", "interning", "lock", "nullness"})
public
@UsesObjectEquals class ThreadGroup implements Thread.UncaughtExceptionHandler {
private final ThreadGroup parent;
Expand Down
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/lang/Throwable.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
* @jls 11.2 Compile-Time Checking of Exceptions
* @since 1.0
*/
@AnnotatedFor({"interning", "lock", "nullable"})
@AnnotatedFor({"interning", "lock", "nullness"})
public @UsesObjectEquals class Throwable implements Serializable {
/** use serialVersionUID from JDK 1.0.2 for interoperability */
private static final long serialVersionUID = -3042686055658047285L;
Expand Down