aboutsummaryrefslogtreecommitdiff
path: root/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.java
diff options
context:
space:
mode:
authorpeter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-07-30 17:56:44 +0000
committerpeter.danner <peter.danner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-07-30 17:56:44 +0000
commit02e9cee30fe46b1cd27db137361a2007493c8058 (patch)
tree00b82491214c0b8c749d9ffa0b71ac878a21b51a /spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.java
parentda3828036d3ac4480bca40492586334335dfcae8 (diff)
downloadmoa-id-spss-02e9cee30fe46b1cd27db137361a2007493c8058.tar.gz
moa-id-spss-02e9cee30fe46b1cd27db137361a2007493c8058.tar.bz2
moa-id-spss-02e9cee30fe46b1cd27db137361a2007493c8058.zip
Fixed Javadoc
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@858 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.java')
-rw-r--r--spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.java b/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.java
index 09f114d54..14ceb71cd 100644
--- a/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.java
+++ b/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.java
@@ -341,7 +341,7 @@ public class ConfigurationPartsBuilder {
/**
* Build the configured hardware keys.
*
- * @param The keyModules that the configuration already knows about. To
+ * @param keyModules The keyModules that the configuration already knows about. To
* prevent multiple key modules with the same ID.
* @return The hardware keys contained in the configuration.
*/
@@ -381,7 +381,7 @@ public class ConfigurationPartsBuilder {
/**
* Build the configured software keys.
*
- * @param The keyModules that the configuration already knows about. To
+ * @param keyModules The keyModules that the configuration already knows about. To
* prevent multiple key modules with the same ID.
*
* @return The software keys contained in the configuration.
@@ -1183,7 +1183,7 @@ public class ConfigurationPartsBuilder {
* Returns the service order for revocation checking.
*
* @return the service order for revocation checking. Valid array entries are
- * {@link evocationSourceTypes#OCSP} and {@link RevocationSourceTypes#CRL}.
+ * {@link RevocationSourceTypes#OCSP} and {@link RevocationSourceTypes#CRL}.
* An empty array will be returned if no service order is specified in the
* configuration.
*/