[freenet-cvs] r12121 - trunk/freenet/src/freenet/crypt

nextgens at freenetproject.org nextgens at freenetproject.org
Thu Mar 15 17:13:11 UTC 2007


Author: nextgens
Date: 2007-03-15 17:13:10 +0000 (Thu, 15 Mar 2007)
New Revision: 12121

Modified:
   trunk/freenet/src/freenet/crypt/SHA1.java
Log:
That field ought to be private

Modified: trunk/freenet/src/freenet/crypt/SHA1.java
===================================================================
--- trunk/freenet/src/freenet/crypt/SHA1.java	2007-03-15 17:08:31 UTC (rev 12120)
+++ trunk/freenet/src/freenet/crypt/SHA1.java	2007-03-15 17:13:10 UTC (rev 12121)
@@ -35,7 +35,7 @@
  */
 public final class SHA1 implements Digest {
 
-    protected static boolean alwaysThisOne = false;
+    private static boolean alwaysThisOne = false;
     
     public static Digest getInstance(boolean needProgressive) {
 	if(alwaysThisOne) needProgressive = true;




More information about the cvs mailing list