We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe885b3 commit 391ef3eCopy full SHA for 391ef3e
src/main/java/org/springframework/data/web/config/SpringDataJacksonConfiguration.java
@@ -17,6 +17,7 @@
17
18
import org.slf4j.Logger;
19
import org.slf4j.LoggerFactory;
20
+
21
import org.springframework.beans.factory.annotation.Autowired;
22
import org.springframework.context.annotation.Bean;
23
import org.springframework.data.domain.Page;
@@ -39,7 +40,8 @@
39
40
*/
41
public class SpringDataJacksonConfiguration implements SpringDataJacksonModules {
42
- @Nullable @Autowired(required = false) SpringDataWebSettings settings;
43
+ @Nullable
44
+ @Autowired(required = false) SpringDataWebSettings settings;
45
46
@Bean
47
public GeoModule jacksonGeoModule() {
0 commit comments