Skip to content

Commit d5408d7

Browse files
committed
GH-1064 - Polishing.
1 parent 32099f2 commit d5408d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: spring-modulith-runtime/src/main/java/org/springframework/modulith/runtime/autoconfigure/ApplicationModulesFileGeneratingProcessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
/**
2727
* Renders the application module description JSON into a resource named
28-
* {@value ApplicationModulesEndpointConfiguration#FILE_LOCATION}.
28+
* {@value ApplicationModulesExporter#DEFAULT_LOCATION}.
2929
*
3030
* @author Oliver Drotbohm
3131
* @since 1.4

Diff for: spring-modulith-runtime/src/main/java/org/springframework/modulith/runtime/autoconfigure/MissingRuntimeDependencyFailureAnalyzer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.springframework.boot.diagnostics.FailureAnalysis;
2020

2121
/**
22-
* {@link FailureAnalyzer} for {@link MissingRuntimeDependency}.
22+
* {@link org.springframework.boot.diagnostics.FailureAnalyzer} for {@link MissingRuntimeDependency}.
2323
*
2424
* @author Michael Weirauch
2525
* @author Oliver Drotbohm

0 commit comments

Comments
 (0)