You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2009/04/03 08:04:31 UTC

svn commit: r761533 - /maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/main/java/org/apache/maven/mercury/crypto/pgp/PgpStreamVerifierFactory.java

Author: ogusakov
Date: Fri Apr  3 06:04:31 2009
New Revision: 761533

URL: http://svn.apache.org/viewvc?rev=761533&view=rev
Log:
adjusted dependencies to match crypto-basic

Modified:
    maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/main/java/org/apache/maven/mercury/crypto/pgp/PgpStreamVerifierFactory.java

Modified: maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/main/java/org/apache/maven/mercury/crypto/pgp/PgpStreamVerifierFactory.java
URL: http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/main/java/org/apache/maven/mercury/crypto/pgp/PgpStreamVerifierFactory.java?rev=761533&r1=761532&r2=761533&view=diff
==============================================================================
--- maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/main/java/org/apache/maven/mercury/crypto/pgp/PgpStreamVerifierFactory.java (original)
+++ maven/mercury/trunk/mercury-crypto/mercury-crypto-basic/src/main/java/org/apache/maven/mercury/crypto/pgp/PgpStreamVerifierFactory.java Fri Apr  3 06:04:31 2009
@@ -69,12 +69,12 @@
   }
   //--------------------------------------------------------------------------------------------
   public PgpStreamVerifierFactory( StreamVerifierAttributes attributes
-                                  , PGPPublicKeyRingCollection trustedPublicKeyRing
+                                  , PGPPublicKeyRingCollection publicKeyRing
                                   )
   throws StreamVerifierException
   {
     super( attributes );
-    this.trustedPublicKeyRing = trustedPublicKeyRing;
+    this.trustedPublicKeyRing = publicKeyRing;
   }
   //--------------------------------------------------------------------------------------------
   public PgpStreamVerifierFactory( StreamVerifierAttributes attributes