aboutsummaryrefslogtreecommitdiff
path: root/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.java
diff options
context:
space:
mode:
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.
*/