Skip to content

Commit dca7de2

Browse files
authored
Polish comment on ContextPropagation.isContextPropagationOnClasspath (reactor#3376)
1 parent d648d6b commit dca7de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactor-core/src/main/java/reactor/core/publisher/ContextPropagation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ final class ContextPropagation {
5050
static final Logger LOGGER;
5151

5252
// Note: If reflection is used for this field, then the name of the field should end with 'Available'.
53-
// The preprocessing for native-image support is Spring Framework, and is a short term solution.
53+
// The preprocessing for native-image support is in Spring Framework, and is a short term solution.
5454
// The field should end with 'Available'. See org.springframework.aot.nativex.feature.PreComputeFieldFeature.
5555
// Ultimately the long term solution should be provided by Reactor Core.
5656
static final boolean isContextPropagationOnClasspath;

0 commit comments

Comments
 (0)