Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/1127#discussion_r171075361
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/DrillRoot.java
---
@@ -355,14 +356,16 @@ public ClusterInfo(Collection<DrillbitInfo> drillbits,
boolean userEncryption,
boolean bitEncryption,
boolean shouldShowAdminInfo,
- QueueInfo queueInfo) {
+ QueueInfo queueInfo,
+ boolean authEnabled ) {
--- End diff --
Please remove space after `authEnabled` and before `)`.
---