Skip to content

Commit 37217f1

Browse files
committed
Remove extra paranthesis.
1 parent 84ac352 commit 37217f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/classinitialization/ClassInitializationInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
/**
5353
* Information about the runtime class initialization state of a {@link DynamicHub class}, and
54-
* {@link #slowPath(ClassInitializationInfo, DynamicHub)} implementation} of class initialization
54+
* {@link #slowPath(ClassInitializationInfo, DynamicHub) implementation} of class initialization
5555
* according to the Java VM specification.
5656
* <p>
5757
* The information is not directly stored in {@link DynamicHub} because 1) the class initialization

0 commit comments

Comments
 (0)