Skip to content

Commit 8c55803

Browse files
izeyephilwebb
authored andcommitted
Polish
See gh-24306
1 parent 07a1ef3 commit 8c55803

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/integration/IntegrationMetricsAutoConfigurationTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import org.junit.jupiter.api.Test;
2222

2323
import org.springframework.boot.actuate.autoconfigure.integration.IntegrationGraphEndpointAutoConfiguration;
24-
import org.springframework.boot.actuate.autoconfigure.metrics.amqp.RabbitMetricsAutoConfiguration;
2524
import org.springframework.boot.actuate.autoconfigure.metrics.test.MetricsRun;
2625
import org.springframework.boot.autoconfigure.AutoConfigurations;
2726
import org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration;
@@ -30,7 +29,7 @@
3029
import static org.assertj.core.api.Assertions.assertThat;
3130

3231
/**
33-
* Tests for {@link RabbitMetricsAutoConfiguration}.
32+
* Tests for {@link IntegrationMetricsAutoConfiguration}.
3433
*
3534
* @author Artem Bilan
3635
*/

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5950,7 +5950,7 @@ For instance, it is possible to customize the name of the table for the JDBC sto
59505950
For setting the timeout of the session you can use the configprop:spring.session.timeout[] property.
59515951
If that property is not set, the auto-configuration falls back to the value of configprop:server.servlet.session.timeout[].
59525952

5953-
You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable@WebSession` (Reactive).
5953+
You can take control over Spring Session's configuration using `@Enable*HttpSession` (Servlet) or `@Enable*WebSession` (Reactive).
59545954
This will cause the auto-configuration to back off.
59555955
Spring Session can then be configured using the annotation's attributes rather than the previously described configuration properties.
59565956

0 commit comments

Comments
 (0)