[jsword-svn] common/java/core/org/crosswire/common/crypt s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon May 16 17:47:04 MST 2005


Update of /cvs/jsword/common/java/core/org/crosswire/common/crypt
In directory www.crosswire.org:/tmp/cvs-serv25437/java/core/org/crosswire/common/crypt

Modified Files:
	Sapphire.java 
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.

Index: Sapphire.java
===================================================================
RCS file: /cvs/jsword/common/java/core/org/crosswire/common/crypt/Sapphire.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Sapphire.java	10 May 2005 02:38:37 -0000	1.4
--- Sapphire.java	17 May 2005 00:47:02 -0000	1.5
***************
*** 406,410 ****
   * applies:
   *
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Michael Paul Johnson [ kahunapule at mpj dot cx] Original code
--- 406,410 ----
   * applies:
   *
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Michael Paul Johnson [ kahunapule at mpj dot cx] Original code
***************
*** 418,423 ****
       * Construct a Sapphire Stream Cipher from a key, possibly null or empty.
       */
!     public Sapphire(byte[] key)
      {
          if (key == null)
          {
--- 418,424 ----
       * Construct a Sapphire Stream Cipher from a key, possibly null or empty.
       */
!     public Sapphire(byte[] aKey)
      {
+         byte[] key = aKey;
          if (key == null)
          {



More information about the jsword-svn mailing list