Author: nextgens
Date: 2006-03-28 11:46:52 +0000 (Tue, 28 Mar 2006)
New Revision: 8334
Modified:
trunk/apps/installer/src/Sha1Test.java
Log:
doh
Modified: trunk/apps/installer/src/Sha1Test.java
===================================================================
--- trunk/apps/installer/src/Sha1Test.java 2006-03-28 11:18:36 UTC (rev
8333)
+++ trunk/apps/installer/src/Sha1Test.java 2006-03-28 11:46:52 UTC (rev
8334)
@@ -19,7 +19,7 @@
get(URI2+".sha1", filename+".sha1");
if(sha1test(filename)) System.exit(0);
get(URI2, filename);
- }catch(FileNotFoundException){
+ }catch(FileNotFoundException e){
}
count++;
try{
@@ -86,7 +86,7 @@
}
- public static void get(String file, String filename) {
+ public static void get(String file, String filename) throws
FileNotFoundException{
URL url;
InputStream is = null;
DataInputStream dis;