Skip to content

Commit

Permalink
Apply minor polish to container image build classes
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Jul 26, 2022
1 parent ef526de commit be83da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class OpenshiftBuild implements BooleanSupplier {

private ContainerImageConfig containerImageConfig;
private final ContainerImageConfig containerImageConfig;

OpenshiftBuild(ContainerImageConfig containerImageConfig) {
this.containerImageConfig = containerImageConfig;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class S2iBuild implements BooleanSupplier {

private ContainerImageConfig containerImageConfig;
private final ContainerImageConfig containerImageConfig;

S2iBuild(ContainerImageConfig containerImageConfig) {
this.containerImageConfig = containerImageConfig;
Expand Down

0 comments on commit be83da6

Please sign in to comment.