Skip to content

Commit 3668475

Browse files
committed
<fix>: run ./gradlew checkstyleMain command to fix package import order error.
1 parent d124abf commit 3668475

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/configuration/JsonEncodedDockerRegistryAuthentication.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818

1919
import java.util.Base64;
2020

21+
import com.fasterxml.jackson.annotation.JsonIgnore;
2122
import com.fasterxml.jackson.core.JsonProcessingException;
2223

2324
import org.springframework.boot.buildpack.platform.json.SharedObjectMapper;
2425

25-
import com.fasterxml.jackson.annotation.JsonIgnore;
26-
2726
/**
2827
* {@link DockerRegistryAuthentication} that uses a Base64 encoded auth header value based
2928
* on the JSON created from the instance.

0 commit comments

Comments
 (0)