aboutsummaryrefslogtreecommitdiff
path: root/spss.server/src/at/gv/egovernment/moa/spss/server/config
diff options
context:
space:
mode:
Diffstat (limited to 'spss.server/src/at/gv/egovernment/moa/spss/server/config')
-rw-r--r--spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationException.java4
-rw-r--r--spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationPartsBuilder.java6
-rw-r--r--spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.java2
3 files changed, 6 insertions, 6 deletions
diff --git a/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationException.java b/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationException.java
index f2b847053..4c2b3aea3 100644
--- a/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationException.java
+++ b/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationException.java
@@ -13,7 +13,7 @@ public class ConfigurationException extends MOASystemException {
/**
* Create a <code>ConfigurationException</code>.
*
- * @see at.gv.egovernment.moa.spss.server.MOAException#MOAException(String, Object[])
+ * @see at.gv.egovernment.moa.spss.MOAException#MOAException(String, Object[])
*/
public ConfigurationException(String messageId, Object[] parameters) {
super(messageId, parameters);
@@ -21,7 +21,7 @@ public class ConfigurationException extends MOASystemException {
/**
* Create a <code>ConfigurationException</code>.
- * @see at.gv.egovernment.moa.spss.server.MOAException#MOAException(String, Object[], Throwable)
+ * @see at.gv.egovernment.moa.spss.MOAException#MOAException(String, Object[], Throwable)
*/
public ConfigurationException(
String messageId,
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.
*/
diff --git a/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.java b/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.java
index e48835286..57f06326a 100644
--- a/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.java
+++ b/spss.server/src/at/gv/egovernment/moa/spss/server/config/ConfigurationProvider.java
@@ -655,7 +655,7 @@ public class ConfigurationProvider
* 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}.
*/
public String[] getServiceOrder()
{