You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by tk...@apache.org on 2015/11/09 05:27:24 UTC

[50/50] [abbrv] nifi git commit: NIFI-1073 fixed unused import

NIFI-1073 fixed unused import


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

Branch: refs/heads/NIFI-1073
Commit: 313fc2ec77ebc2760772b7830e3a1b212e53d99e
Parents: 598e32f 2fa02f3
Author: Tony Kurc <tr...@gmail.com>
Authored: Sun Nov 8 23:04:48 2015 -0500
Committer: Tony Kurc <tr...@gmail.com>
Committed: Sun Nov 8 23:04:48 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/nifi/blob/313fc2ec/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java
----------------------------------------------------------------------
diff --cc nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java
index 983ffd4,73cf7c5..393a4fe
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java
@@@ -51,7 -51,7 +51,6 @@@ import org.apache.nifi.nar.ExtensionMap
  import org.apache.nifi.nar.NarClassLoaders;
  import org.apache.nifi.services.FlowService;
  import org.apache.nifi.util.NiFiProperties;
--import org.apache.nifi.util.file.FileUtils;
  import org.apache.nifi.web.NiFiWebContext;
  import org.apache.commons.collections4.CollectionUtils;
  import org.apache.commons.lang3.StringUtils;