Skip to content
Closed
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/lang/Class.java
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ public Class<?> getComponentType() {
return componentType;
}

// The componentType field's null value is the sole indication that the class
// The componentType field's null value is the sole indication that the class
// is an array - see isArray().
private transient final Class<?> componentType;

Expand Down