Skip to content

Commit

Permalink
Apply minor polish to container image build classes
Browse files Browse the repository at this point in the history
(cherry picked from commit be83da6)
  • Loading branch information
geoand authored and gsmet committed Jul 26, 2022
1 parent 8a1dd7a commit 15271c5
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 15271c5

Please sign in to comment.