Skip to content

Commit

Permalink
Fix Javadoc style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
olpaw committed Nov 10, 2021
1 parent 5e185a1 commit 11aeeff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 11aeeff

Please sign in to comment.