aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/java/security/provider/GnuDSAPublicKey.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/java/security/provider/GnuDSAPublicKey.java')
-rw-r--r--libjava/gnu/java/security/provider/GnuDSAPublicKey.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/gnu/java/security/provider/GnuDSAPublicKey.java b/libjava/gnu/java/security/provider/GnuDSAPublicKey.java
index 24600d6..9ec827d 100644
--- a/libjava/gnu/java/security/provider/GnuDSAPublicKey.java
+++ b/libjava/gnu/java/security/provider/GnuDSAPublicKey.java
@@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-
+
GNU Classpath is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@@ -63,7 +63,7 @@ public class GnuDSAPublicKey implements DSAPublicKey
BigInteger q;
BigInteger g;
- public GnuDSAPublicKey(BigInteger y, BigInteger p, BigInteger q, BigInteger g )
+ public GnuDSAPublicKey(BigInteger y, BigInteger p, BigInteger q, BigInteger g )
{
this.y = y;
this.p = p;
@@ -113,8 +113,8 @@ public class GnuDSAPublicKey implements DSAPublicKey
}
catch (IOException ioe)
{
- return null;
- }
+ return null;
+ }
}
public DSAParams getParams()