Skip to content

Commit 089232f

Browse files
committed
Fix Javadoc style issue
1 parent a435f80 commit 089232f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/NativeImageClassLoaderPostProcessing.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* ServiceLoader interface to allow post-processing tasks that should be performed right after
3030
* {@link AbstractNativeImageClassLoaderSupport} is created. For example, this is used to apply the
3131
* native-image classloader options after hosted options are accessible but before
32-
* {@com.oracle.svm.hosted.ImageClassLoader#initAllClasses()} gets called.
32+
* {@link com.oracle.svm.hosted.ImageClassLoader#initAllClasses()} gets called.
3333
*/
3434
public interface NativeImageClassLoaderPostProcessing {
3535

0 commit comments

Comments
 (0)