Skip to content

Commit

Permalink
fixing space
Browse files Browse the repository at this point in the history
  • Loading branch information
h3110n3rv3 committed Jan 9, 2025
1 parent 862a406 commit d2876ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jcl/src/java.base/share/classes/java/lang/Class.java
Original file line number Diff line number Diff line change
Expand Up @@ -5990,9 +5990,9 @@ public Set<AccessFlag> accessFlags() {
*
* @return the class file version
*/
/*[IF !INLINE-TYPES]*/
/*[IF !INLINE-TYPES]*/
private
/*[ENDIF] !INLINE-TYPES */
/*[ENDIF] !INLINE-TYPES */
int getClassFileVersion() {
Class<?> thisObject = this;
while (thisObject.isArray()) {
Expand Down

0 comments on commit d2876ea

Please sign in to comment.