Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Remove unused imports.

See: #3025
Original pull request: #3026
  • Loading branch information
christophstrobl authored and mp911de committed Jan 22, 2024
1 parent fe885b3 commit 391ef3e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.data.domain.Page;
Expand All @@ -39,7 +40,8 @@
*/
public class SpringDataJacksonConfiguration implements SpringDataJacksonModules {

@Nullable @Autowired(required = false) SpringDataWebSettings settings;
@Nullable
@Autowired(required = false) SpringDataWebSettings settings;

@Bean
public GeoModule jacksonGeoModule() {
Expand Down

0 comments on commit 391ef3e

Please sign in to comment.