Skip to content

Commit

Permalink
RegistryAuthConfig field is final
Browse files Browse the repository at this point in the history
Signed-off-by: pwnb0y <vickykr07@yahoo.com>
  • Loading branch information
pwnb0y authored and manusa committed Oct 22, 2022
1 parent 3cd8d70 commit 83de522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class RegistryAuthConfig {

private boolean skipExtendedAuthentication = false;

private String propertyPrefix;
private final String propertyPrefix;

@Builder
public RegistryAuthConfig(
Expand Down

0 comments on commit 83de522

Please sign in to comment.