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


Reply via email to