diff --git a/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/NativeImageClassLoaderPostProcessing.java b/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/NativeImageClassLoaderPostProcessing.java index 2a0b6677cbcc..c9a4b94871de 100644 --- a/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/NativeImageClassLoaderPostProcessing.java +++ b/substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/NativeImageClassLoaderPostProcessing.java @@ -29,7 +29,7 @@ * ServiceLoader interface to allow post-processing tasks that should be performed right after * {@link AbstractNativeImageClassLoaderSupport} is created. For example, this is used to apply the * native-image classloader options after hosted options are accessible but before - * {@com.oracle.svm.hosted.ImageClassLoader#initAllClasses()} gets called. + * {@link com.oracle.svm.hosted.ImageClassLoader#initAllClasses()} gets called. */ public interface NativeImageClassLoaderPostProcessing {