Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 8769151

Browse files
committed
Polishing
1 parent 378d903 commit 8769151

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-aot/src/main/java/org/springframework/aot/nativex/ConfigurationContributor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public void contribute(BuildContext context, AotOptions aotOptions) {
6161
public void writeTo(Path resourcesPath) throws IOException {
6262
Path metaInfFolder = resourcesPath.resolve(Paths.get("META-INF"));
6363
Files.createDirectories(metaInfFolder);
64-
Path springComponentsFile = resourcesPath.resolve(ResourceFile.SPRING_COMPONENTS_PATH);
6564
try (FileOutputStream fos = new FileOutputStream(resourcesPath.resolve(ResourceFile.SPRING_COMPONENTS_PATH).toFile())) {
6665
fos.write(springComponentsFileContents);
6766
}

0 commit comments

Comments
 (0)