diff options
Diffstat (limited to 'libjava/java/security/SecureRandom.java')
-rw-r--r-- | libjava/java/security/SecureRandom.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/security/SecureRandom.java b/libjava/java/security/SecureRandom.java index 597d077993b..00fdca26092 100644 --- a/libjava/java/security/SecureRandom.java +++ b/libjava/java/security/SecureRandom.java @@ -55,7 +55,7 @@ public class SecureRandom extends Random It is not seeded and should be seeded using setSeed or else on the first call to getnextBytes it will force a seed. - It is maintained for backwards compatability and programs + It is maintained for backwards compatibility and programs should use getInstance. */ public SecureRandom() @@ -115,7 +115,7 @@ public class SecureRandom extends Random It is seeded with the passed function and is useful if the user has access to hardware random device (like a radiation detector). - It is maintained for backwards compatability and programs + It is maintained for backwards compatibility and programs should use getInstance. @param seed Seed bytes for class |