Skip to content

Commit 7a35c82

Browse files
committed
svm: rename FileSystemProviderRuntimeInitSupport to FileSystemProviderRunTimeInitSupport
1 parent 19f828d commit 7a35c82

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/buildtimeinit/FileSystemProviderBuildTimeInitSupport.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
import com.oracle.svm.core.jdk.JRTSupport;
5151
import com.oracle.svm.core.jdk.SystemPropertiesSupport;
5252
import com.oracle.svm.core.jdk.UserSystemProperty;
53+
import com.oracle.svm.core.jdk.runtimeinit.FileSystemProviderRunTimeInitSupport;
5354
import com.oracle.svm.core.option.HostedOptionKey;
5455
import com.oracle.svm.core.util.BasedOnJDKFile;
5556
import com.oracle.svm.core.util.VMError;
@@ -59,12 +60,8 @@
5960

6061
/**
6162
* This file contains substitutions that are required for initializing {@link FileSystemProvider} at
62-
* image {@linkplain JDKInitializedAtBuildTime build time}. Other related functionality (general and
63-
* run-time initialization) can be found in
64-
* {@link com.oracle.svm.core.jdk.runtimeinit.FileSystemProviderRuntimeInitSupport}.
65-
*
66-
* @see JDKInitializedAtBuildTime
67-
* @see com.oracle.svm.core.jdk.runtimeinit.FileSystemProviderRuntimeInitSupport
63+
* image {@linkplain JDKInitializedAtBuildTime build time}. Run-time initialization related
64+
* functionality can be found in {@link FileSystemProviderRunTimeInitSupport}.
6865
*/
6966
public final class FileSystemProviderBuildTimeInitSupport {
7067

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,10 @@
4848

4949
/**
5050
* 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}.
5653
*/
57-
public final class FileSystemProviderRuntimeInitSupport {
54+
public final class FileSystemProviderRunTimeInitSupport {
5855
}
5956

6057
@AutomaticallyRegisteredFeature

0 commit comments

Comments
 (0)