mirror of https://github.com/apache/nifi.git
Fixed checkstyle problem
This commit is contained in:
parent
4f26072444
commit
b83d9bde1a
|
@ -697,7 +697,7 @@ public abstract class ApplicationResource {
|
||||||
return isClustered() && clusterCoordinator.isConnected();
|
return isClustered() && clusterCoordinator.isConnected();
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean isClustered () {
|
boolean isClustered() {
|
||||||
return clusterCoordinator != null;
|
return clusterCoordinator != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue