NIFI-259: Updated documentation, added digest username/password

This commit is contained in:
Mark Payne 2016-01-11 16:43:46 -05:00
commit 7a3e3efce1
3 changed files with 0 additions and 4 deletions

View File

@ -637,7 +637,6 @@ This output can be rather verbose but provides extremely valuable information fo
[[clustering]]
Clustering Configuration
------------------------

View File

@ -23,8 +23,6 @@ import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.locks.LockSupport;
import org.apache.nifi.util.NiFiProperties;
import org.apache.zookeeper.server.ServerConfig;

View File

@ -199,5 +199,4 @@ public class TestZooKeeperStateProvider extends AbstractTestStateProvider {
authorizedProvider.shutdown();
}
}
}