summaryrefslogtreecommitdiff
path: root/gnu/javax/net/ssl/provider/CipherSuiteList.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/net/ssl/provider/CipherSuiteList.java')
-rw-r--r--gnu/javax/net/ssl/provider/CipherSuiteList.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/javax/net/ssl/provider/CipherSuiteList.java b/gnu/javax/net/ssl/provider/CipherSuiteList.java
index 0e96b3144..a12304698 100644
--- a/gnu/javax/net/ssl/provider/CipherSuiteList.java
+++ b/gnu/javax/net/ssl/provider/CipherSuiteList.java
@@ -194,7 +194,7 @@ public final class CipherSuiteList implements Iterable<CipherSuite>
{
return new Iterator ();
}
-
+
/**
* An iterator for the elements in this list. The iterator supports
* only the <code>set</code> method out of the optional methods,