Author: nextgens
Date: 2008-07-03 00:07:23 +0000 (Thu, 03 Jul 2008)
New Revision: 20941

Modified:
   trunk/apps/new_installer/src/Sha1Test.java
Log:
new_installer: no need to initialize that variable here

Modified: trunk/apps/new_installer/src/Sha1Test.java
===================================================================
--- trunk/apps/new_installer/src/Sha1Test.java  2008-07-02 17:38:06 UTC (rev 
20940)
+++ trunk/apps/new_installer/src/Sha1Test.java  2008-07-03 00:07:23 UTC (rev 
20941)
@@ -149,8 +149,7 @@


                        // now we compare
-                       byte[] digest = new byte[160];
-                       digest = hash.digest();
+                       byte[] digest = hash.digest();

                        int i = result.indexOf(' ');
                        result = result.substring(0, i);


Reply via email to