summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/javax/crypto/SecretKeyFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/crypto/SecretKeyFactory.java')
-rw-r--r--libjava/classpath/javax/crypto/SecretKeyFactory.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/javax/crypto/SecretKeyFactory.java b/libjava/classpath/javax/crypto/SecretKeyFactory.java
index 1c857d274a8..9749a8285fc 100644
--- a/libjava/classpath/javax/crypto/SecretKeyFactory.java
+++ b/libjava/classpath/javax/crypto/SecretKeyFactory.java
@@ -96,7 +96,7 @@ public class SecretKeyFactory
/**
* Create a new secret key factory from the first appropriate instance.
- *
+ *
* @param algorithm The algorithm name.
* @return The appropriate key factory, if found.
* @throws NoSuchAlgorithmException If no provider implements the specified
@@ -125,7 +125,7 @@ public class SecretKeyFactory
/**
* Create a new secret key factory from the named provider.
- *
+ *
* @param algorithm The algorithm name.
* @param provider The provider name.
* @return The appropriate key factory, if found.
@@ -150,7 +150,7 @@ public class SecretKeyFactory
/**
* Create a new secret key factory from the specified provider.
- *
+ *
* @param algorithm The algorithm name.
* @param provider The provider.
* @return The appropriate key factory, if found.
OpenPOWER on IntegriCloud