Fixed checkstyle problem

This commit is contained in:
Mark Payne 2016-07-14 14:01:28 -04:00
parent 4f26072444
commit b83d9bde1a
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ public abstract class ApplicationResource {
return isClustered() && clusterCoordinator.isConnected();
}
boolean isClustered () {
boolean isClustered() {
return clusterCoordinator != null;
}