Skip to content
Closed
4 changes: 2 additions & 2 deletions src/java.base/share/classes/java/lang/Class.java
Original file line number Diff line number Diff line change
Expand Up @@ -1292,8 +1292,8 @@
return componentType;
}

// The componentType field's null value is the sole indication that the class is an array,
// see isArray().
// The componentType field's null value is the sole indication that the class

Check failure on line 1295 in src/java.base/share/classes/java/lang/Class.java

View check run for this annotation

openjdk / jcheck-openjdk/jdk-23572

Whitespace error

Column 81: trailing whitespace
// is an array - see isArray().
private transient final Class<?> componentType;

/*
Expand Down