clean up weird tabs, etc
This commit is contained in:
@@ -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() );
|
||||
|
||||
Reference in New Issue
Block a user