aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/util/AxisSecureSocketFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/util/AxisSecureSocketFactory.java')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/util/AxisSecureSocketFactory.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/util/AxisSecureSocketFactory.java b/id.server/src/at/gv/egovernment/moa/id/util/AxisSecureSocketFactory.java
index 8967bdbba..954a87e62 100644
--- a/id.server/src/at/gv/egovernment/moa/id/util/AxisSecureSocketFactory.java
+++ b/id.server/src/at/gv/egovernment/moa/id/util/AxisSecureSocketFactory.java
@@ -57,8 +57,7 @@ public class AxisSecureSocketFactory
* Initializes the factory by setting the connection parameters to be used for
* setting the secure socket factory, and by setting the system property
* <code>axis.socketSecureFactory</code>.
- * @param connParam <code>ConnectionParameter</code> to derive the
- * secure socket factory from
+ * @param ssf <code>SSLSocketFactory</code> to initialize with
*/
public static void initialize(SSLSocketFactory ssf)
throws IOException, GeneralSecurityException {