Skip to content

Commit

Permalink
change HealthCheckChecker fields
Browse files Browse the repository at this point in the history
Signed-off-by: Karengineering <49111213+karengineering@users.noreply.github.com>
  • Loading branch information
karengineering authored and manusa committed Oct 13, 2022
1 parent 0cbb16f commit 646ff5c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public class HealthCheckChecker implements WaitChecker {

private boolean first = true;

private DockerAccess docker;
private String containerId;
private KitLogger log;
private final DockerAccess docker;
private final String containerId;
private final KitLogger log;
private final String imageConfigDesc;

public HealthCheckChecker(DockerAccess docker, String containerId, String imageConfigDesc, KitLogger log) {
Expand Down

0 comments on commit 646ff5c

Please sign in to comment.