Fix comment formatting

This commit is contained in:
Mark Vieira 2020-06-30 22:18:04 -07:00
parent 119462dc85
commit d81b455532
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 1 additions and 1 deletions

View File

@ -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;