Fix comment formatting
This commit is contained in:
parent
119462dc85
commit
d81b455532
|
@ -337,7 +337,7 @@ public abstract class DockerSupportService implements BuildService<DockerSupport
|
||||||
) {
|
) {
|
||||||
this.isAvailable = isAvailable;
|
this.isAvailable = isAvailable;
|
||||||
// TODO: This is temporary, and should be removed when https://github.com/elastic/elasticsearch/issues/58795 is resolved
|
// TODO: This is temporary, and should be removed when https://github.com/elastic/elasticsearch/issues/58795 is resolved
|
||||||
this.isComposeAvailable = false; //isComposeAvailable;
|
this.isComposeAvailable = false; // isComposeAvailable;
|
||||||
this.isVersionHighEnough = isVersionHighEnough;
|
this.isVersionHighEnough = isVersionHighEnough;
|
||||||
this.path = path;
|
this.path = path;
|
||||||
this.version = version;
|
this.version = version;
|
||||||
|
|
Loading…
Reference in New Issue