diff options
author | peter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-07-31 07:25:04 +0000 |
---|---|---|
committer | peter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-07-31 07:25:04 +0000 |
commit | 750d033df14f7bdbf74edadb0c7bfbe0e4ec9a6a (patch) | |
tree | 45369d96698ef7bc4cb10a08dee50a397509d6ac /common/src/at/gv/egovernment/moa/util/SSLUtils.java | |
parent | 02e9cee30fe46b1cd27db137361a2007493c8058 (diff) | |
download | moa-id-spss-750d033df14f7bdbf74edadb0c7bfbe0e4ec9a6a.tar.gz moa-id-spss-750d033df14f7bdbf74edadb0c7bfbe0e4ec9a6a.tar.bz2 moa-id-spss-750d033df14f7bdbf74edadb0c7bfbe0e4ec9a6a.zip |
Fixed Javadoc
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@859 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common/src/at/gv/egovernment/moa/util/SSLUtils.java')
-rw-r--r-- | common/src/at/gv/egovernment/moa/util/SSLUtils.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/src/at/gv/egovernment/moa/util/SSLUtils.java b/common/src/at/gv/egovernment/moa/util/SSLUtils.java index 621562e2d..d5266fb25 100644 --- a/common/src/at/gv/egovernment/moa/util/SSLUtils.java +++ b/common/src/at/gv/egovernment/moa/util/SSLUtils.java @@ -137,7 +137,6 @@ public class SSLUtils { * initialized from the given trust store. * * @param trustStore the trust store to use - * @param trustStorePassword password protecting the given trust store * @return <code>TrustManager</code>s to be used for creating an * <code>SSLSocketFactory</code> utilizing the given trust store * @throws GeneralSecurityException thrown while initializing the |