Revision: 948
          http://stripes.svn.sourceforge.net/stripes/?rev=948&view=rev
Author:   javelotinfo
Date:     2008-07-15 07:14:56 -0700 (Tue, 15 Jul 2008)

Log Message:
-----------
Javadoc correction

Modified Paths:
--------------
    trunk/stripes/src/net/sourceforge/stripes/util/CryptoUtil.java

Modified: trunk/stripes/src/net/sourceforge/stripes/util/CryptoUtil.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/util/CryptoUtil.java      
2008-07-01 14:07:57 UTC (rev 947)
+++ trunk/stripes/src/net/sourceforge/stripes/util/CryptoUtil.java      
2008-07-15 14:14:56 UTC (rev 948)
@@ -46,7 +46,7 @@
  *
  * <p>Finally a key can be specified by calling [EMAIL PROTECTED] 
#setSecretKey(javax.crypto.SecretKey)} and
  * providing your own [EMAIL PROTECTED] SecretKey} instance. This method 
allows the specification of any
- * key from any source.  In addition they provided key can be for any 
algorithm supported by
+ * key from any source.  In addition the provided key can be for any algorithm 
supported by
  * the JVM in which it is constructed.  CryptoUtil will then use the algorithm 
returned by
  * [EMAIL PROTECTED] javax.crypto.SecretKey#getAlgorithm()}.  If using this 
method, the key should be set
  * before any requests are made, e.g. in a [EMAIL PROTECTED] 
javax.servlet.ServletContextListener}.</p>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to