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.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/java/security/prng/EntropySource.java b/gnu/java/security/prng/EntropySource.java
index 260c668f8..95f68f048 100644
--- a/gnu/java/security/prng/EntropySource.java
+++ b/gnu/java/security/prng/EntropySource.java
@@ -43,7 +43,6 @@ package gnu.java.security.prng;
*/
public interface EntropySource
{
-
/**
* Returns the estimated quality of this source. This value should be
* between 0 and 100 (the running quality is computed as a percentage,