You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2016/07/14 18:01:31 UTC

nifi git commit: Fixed checkstyle problem

Repository: nifi
Updated Branches:
  refs/heads/master 4f2607244 -> b83d9bde1


Fixed checkstyle problem


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/b83d9bde
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/b83d9bde
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/b83d9bde

Branch: refs/heads/master
Commit: b83d9bde1a42aab33e768014e89377e8b28b5336
Parents: 4f26072
Author: Mark Payne <ma...@hotmail.com>
Authored: Thu Jul 14 14:01:28 2016 -0400
Committer: Mark Payne <ma...@hotmail.com>
Committed: Thu Jul 14 14:01:28 2016 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/nifi/web/api/ApplicationResource.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/b83d9bde/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ApplicationResource.java
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ApplicationResource.java b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ApplicationResource.java
index b8cd170..456d7cf 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ApplicationResource.java
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ApplicationResource.java
@@ -697,7 +697,7 @@ public abstract class ApplicationResource {
         return isClustered() && clusterCoordinator.isConnected();
     }
 
-    boolean isClustered () {
+    boolean isClustered() {
         return clusterCoordinator != null;
     }