You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/buildtimeinit/FileSystemProviderBuildTimeInitSupport.java
Copy file name to clipboardExpand all lines: substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/runtimeinit/FileSystemProviderRunTimeInitSupport.java
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -48,13 +48,10 @@
48
48
49
49
/**
50
50
* This file contains substitutions that are required for initializing {@link FileSystemProvider} at
51
-
* image {@linkplain JDKInitializedAtRunTime run time}. Other related functionality (general and
52
-
* build time initialization) can be found in {@link FileSystemProviderBuildTimeInitSupport}.
53
-
*
54
-
* @see JDKInitializedAtRunTime
55
-
* @see FileSystemProviderBuildTimeInitSupport
51
+
* image {@linkplain JDKInitializedAtRunTime run time}. Build-time initialization related
52
+
* functionality can be found in {@link FileSystemProviderBuildTimeInitSupport}.
0 commit comments