summaryrefslogtreecommitdiff
path: root/gnu/java/security/prng/EntropySource.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/java/security/prng/EntropySource.java')
-rw-r--r--gnu/java/security/prng/EntropySource.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/java/security/prng/EntropySource.java b/gnu/java/security/prng/EntropySource.java
index 95f68f048..a7173d3b1 100644
--- a/gnu/java/security/prng/EntropySource.java
+++ b/gnu/java/security/prng/EntropySource.java
@@ -1,4 +1,4 @@
-/* EntropySource.java --
+/* EntropySource.java --
Copyright (C) 2004, 2006 Free Software Foundation, Inc.
This file is a part of GNU Classpath.
@@ -58,4 +58,4 @@ public interface EntropySource
* @return The next random bytes.
*/
byte[] nextBytes();
-} \ No newline at end of file
+}