aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/util/AxisSecureSocketFactory.java
diff options
context:
space:
mode:
authorpeter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-07-31 14:56:27 +0000
committerpeter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-07-31 14:56:27 +0000
commitb573a90aa69b3d66b0a800d76398ef41f5ccb022 (patch)
tree63e1eafa75ae9cda1e4d3fa8d8b010c755115d81 /id.server/src/at/gv/egovernment/moa/id/util/AxisSecureSocketFactory.java
parent6016b8782baa28a290b672693ff951c44a05bf22 (diff)
downloadmoa-id-spss-b573a90aa69b3d66b0a800d76398ef41f5ccb022.tar.gz
moa-id-spss-b573a90aa69b3d66b0a800d76398ef41f5ccb022.tar.bz2
moa-id-spss-b573a90aa69b3d66b0a800d76398ef41f5ccb022.zip
Fixed Javadoc
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@864 d688527b-c9ab-4aba-bd8d-4036d912da1d
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 {