Skip to content

Commit 47daf96

Browse files
izeyesnicoll
authored andcommitted
Polish
See gh-14843
1 parent c2588f4 commit 47daf96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/quartz/SchedulerFactoryBeanCustomizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* configuration.
2727
* <p>
2828
* For customization of the {@link DataSource} used by Quartz, use of
29-
* {@link QuartzDataSource @QuartDataSource} is preferred. It will ensure consistent
29+
* {@link QuartzDataSource @QuartzDataSource} is preferred. It will ensure consistent
3030
* customization of both the {@link SchedulerFactoryBean} and the
3131
* {@link QuartzDataSourceInitializer}.
3232
*

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
@@ -1905,7 +1905,7 @@ Jackson is the preferred and default library.
19051905
[[boot-features-json-jackson]]
19061906
=== Jackson
19071907
Auto-configuration for Jackson is provided and Jackson is part of
1908-
`spring-boot-starer-json`. When Jackson is on the classpath an `ObjectMapper`
1908+
`spring-boot-starter-json`. When Jackson is on the classpath an `ObjectMapper`
19091909
bean is automatically configured. Several configuration properties are provided for
19101910
<<howto.adoc#howto-customize-the-jackson-objectmapper,customizing the configuration of the
19111911
`ObjectMapper`>>.

spring-boot-project/spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/web/servlet/mockmvc/WebMvcTestServletFilterRegistrationDisabledIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class WebMvcTestServletFilterRegistrationDisabledIntegrationTests {
4343
private MockMvc mvc;
4444

4545
@Test
46-
public void shouldApplyFilter() throws Exception {
46+
public void shouldNotApplyFilter() throws Exception {
4747
this.mvc.perform(get("/one")).andExpect(header().string("x-test", (String) null));
4848
}
4949

0 commit comments

Comments
 (0)