This commit is contained in:
Andy Wilkinson
2025-05-07 08:29:56 +01:00
parent 55ba0985d3
commit c8cf91ad6f

View File

@@ -85,7 +85,7 @@ public interface DockerRegistryAuthentication {
* that uses the standard docker JSON config (including support for credential
* helpers) to generate auth headers.
* @param fallback the fallback authentication to use if no suitable config is found,
* may be null {@code}
* may be {@code null}
* @return a new {@link DockerRegistryAuthentication} instance
* @since 3.5.0
* @see #configuration(DockerRegistryAuthentication, BiConsumer)