Author: kwall
Date: Thu Nov 26 11:34:05 2015
New Revision: 1716608

URL: http://svn.apache.org/viewvc?rev=1716608&view=rev
Log:
QPID-6876: Fix typograhical errors in description text embedded in 
AutoGeneratedSelfSigned#getClientTrustStore

Modified:
    
qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/AutoGeneratedSelfSignedKeyStore.java

Modified: 
qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/AutoGeneratedSelfSignedKeyStore.java
URL: 
http://svn.apache.org/viewvc/qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/AutoGeneratedSelfSignedKeyStore.java?rev=1716608&r1=1716607&r2=1716608&view=diff
==============================================================================
--- 
qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/AutoGeneratedSelfSignedKeyStore.java
 (original)
+++ 
qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/AutoGeneratedSelfSignedKeyStore.java
 Thu Nov 26 11:34:05 2015
@@ -57,8 +57,8 @@ public interface AutoGeneratedSelfSigned
     @ManagedOperation
     void regenerateCertificate();
 
-    @ManagedOperation(nonModifying = true, description = "Extract a Java 
KeyStore containing the certificate for the autogenerated key.  The KeyStore 
can be used as a trust store by a JAva client connecting to the broker")
-    Content getClientTrustStore(@Param(name="password", defaultValue = "", 
description = "The password to use to secure the keystore (by default the empt 
string is used).") String password);
+    @ManagedOperation(nonModifying = true, description = "Extract a Java 
KeyStore containing the certificate for the autogenerated key.  The KeyStore 
can be used as a trust store by a Java client connecting to the broker")
+    Content getClientTrustStore(@Param(name="password", defaultValue = "", 
description = "The password to use to secure the keystore (by default the empty 
string is used).") String password);
 
     @ManagedOperation(nonModifying = true, description = "Extract a PEM file 
containing the certificate for the autogenerated key.")
     Content getCertificate();



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to