You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/09/29 21:42:40 UTC

svn commit: r700222 - /geronimo/gshell/trunk/gshell-support/gshell-security/src/main/java/org/apache/geronimo/gshell/security/crypto/CryptoContext.java

Author: jdillon
Date: Mon Sep 29 12:42:40 2008
New Revision: 700222

URL: http://svn.apache.org/viewvc?rev=700222&view=rev
Log:
Update comment

Modified:
    geronimo/gshell/trunk/gshell-support/gshell-security/src/main/java/org/apache/geronimo/gshell/security/crypto/CryptoContext.java

Modified: geronimo/gshell/trunk/gshell-support/gshell-security/src/main/java/org/apache/geronimo/gshell/security/crypto/CryptoContext.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/gshell-security/src/main/java/org/apache/geronimo/gshell/security/crypto/CryptoContext.java?rev=700222&r1=700221&r2=700222&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/gshell-security/src/main/java/org/apache/geronimo/gshell/security/crypto/CryptoContext.java (original)
+++ geronimo/gshell/trunk/gshell-support/gshell-security/src/main/java/org/apache/geronimo/gshell/security/crypto/CryptoContext.java Mon Sep 29 12:42:40 2008
@@ -23,7 +23,7 @@
 import java.security.PublicKey;
 
 /**
- * Provides an abstraction of the crypto bits which are required for some remote shell communications.
+ * Provides an abstraction of some crypto bits.
  *
  * @version $Rev$ $Date$
  */