From 02e9cee30fe46b1cd27db137361a2007493c8058 Mon Sep 17 00:00:00 2001 From: "peter.danner" Date: Mon, 30 Jul 2007 17:56:44 +0000 Subject: Fixed Javadoc git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@858 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../egovernment/moa/spss/server/config/ConfigurationException.java | 4 ++-- .../moa/spss/server/config/ConfigurationPartsBuilder.java | 6 +++--- .../egovernment/moa/spss/server/config/ConfigurationProvider.java | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'spss.server/src/at/gv/egovernment/moa/spss/server/config') 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 ConfigurationException. * - * @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 ConfigurationException. - * @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() { -- cgit v1.2.3