You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2016/04/18 15:20:19 UTC

svn commit: r1739758 - /qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/ManagedPeerCertificateTrustStoreImpl.java

Author: kwall
Date: Mon Apr 18 13:20:19 2016
New Revision: 1739758

URL: http://svn.apache.org/viewvc?rev=1739758&view=rev
Log:
QPID-7158: [Java Broker] Fix typo introduced by r1739751

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

Modified: qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/ManagedPeerCertificateTrustStoreImpl.java
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/ManagedPeerCertificateTrustStoreImpl.java?rev=1739758&r1=1739757&r2=1739758&view=diff
==============================================================================
--- qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/ManagedPeerCertificateTrustStoreImpl.java (original)
+++ qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/ManagedPeerCertificateTrustStoreImpl.java Mon Apr 18 13:20:19 2016
@@ -458,7 +458,7 @@ public class ManagedPeerCertificateTrust
         }
 
         @Override
-        public List<String> AttrgetSubjectAltNames()
+        public List<String> getSubjectAltNames()
         {
             try
             {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org