clean up weird tabs, etc

This commit is contained in:
Glenn Maynard
2005-05-20 02:45:21 +00:00
parent 25979e1c58
commit 1640cd4ff0
@@ -59,8 +59,7 @@ public class VerifySignature
publicKey = keyFactory.generatePublic(publicKeySpec);
}
catch (IOException io) {
System.out.println(
"Public/Private key file not found."+ io.getCause());
System.out.println( "Public/Private key file not found."+ io.getCause() );
}
catch (InvalidKeySpecException e) {
System.out.println( "Invalid Key Specs. Not valid key files."+ e.getCause() );