You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2016/02/09 22:13:30 UTC

nifi git commit: Removing unused import to remedy checkstyle error on previous documentation update.

Repository: nifi
Updated Branches:
  refs/heads/master a33289393 -> 1c03fc787


Removing unused import to remedy checkstyle error on previous documentation update.


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

Branch: refs/heads/master
Commit: 1c03fc7871dd347cc35f3eac96deb70ed0ddc61b
Parents: a332893
Author: Aldrin Piri <al...@apache.org>
Authored: Tue Feb 9 16:13:16 2016 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Tue Feb 9 16:13:16 2016 -0500

----------------------------------------------------------------------
 .../src/main/java/org/apache/nifi/web/api/SnippetResource.java      | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/1c03fc78/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/SnippetResource.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/SnippetResource.java b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/SnippetResource.java
index c762f5e..247eac1 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/SnippetResource.java
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/SnippetResource.java
@@ -59,7 +59,6 @@ import org.apache.nifi.web.api.entity.SnippetEntity;
 import org.apache.nifi.web.api.request.ClientIdParameter;
 import org.apache.nifi.web.api.request.LongParameter;
 import org.apache.commons.lang3.StringUtils;
-import org.apache.nifi.web.api.entity.PropertyDescriptorEntity;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.security.access.prepost.PreAuthorize;