summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-11-30 16:06:13 +0000
committerRobert Gemmell <robbie@apache.org>2011-11-30 16:06:13 +0000
commit5a22b9a7565cdc8a0f32f1f32fa709801a2ad9d3 (patch)
treea4e78fcfa2009c3ebc6b4e4da0c74436cf1f1225 /qpid/java/broker/src
parentd25c197d3c0e76abf7c136b2e2de141938294ba7 (diff)
downloadqpid-python-5a22b9a7565cdc8a0f32f1f32fa709801a2ad9d3.tar.gz
NO-JIRA: remove unused 'qpid.passwd' file, update 'md5passwd' file to align users with the 'passwd' file. Remove unused out of date debug log4j config file. Remove old unused conf files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1208478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/src')
-rw-r--r--qpid/java/broker/src/main/java/org/apache/qpid/tools/security/Passwd.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/java/broker/src/main/java/org/apache/qpid/tools/security/Passwd.java b/qpid/java/broker/src/main/java/org/apache/qpid/tools/security/Passwd.java
index c27c52eb8e..bfcdbe7460 100644
--- a/qpid/java/broker/src/main/java/org/apache/qpid/tools/security/Passwd.java
+++ b/qpid/java/broker/src/main/java/org/apache/qpid/tools/security/Passwd.java
@@ -60,9 +60,6 @@ public class Passwd
private static void output(String user, byte[] encoded) throws IOException
{
-
-// File passwdFile = new File("qpid.passwd");
-
PrintStream ps = new PrintStream(System.out);
user += ":";