Skip to content

Commit c8cf91a

Browse files
committed
Polish
1 parent 55ba098 commit c8cf91a

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/configuration

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ static DockerRegistryAuthentication user(String username, String password, Strin
8585
* that uses the standard docker JSON config (including support for credential
8686
* helpers) to generate auth headers.
8787
* @param fallback the fallback authentication to use if no suitable config is found,
88-
* may be null {@code}
88+
* may be {@code null}
8989
* @return a new {@link DockerRegistryAuthentication} instance
9090
* @since 3.5.0
9191
* @see #configuration(DockerRegistryAuthentication, BiConsumer)

0 commit comments

Comments
 (0)