From b573a90aa69b3d66b0a800d76398ef41f5ccb022 Mon Sep 17 00:00:00 2001 From: "peter.danner" Date: Tue, 31 Jul 2007 14:56:27 +0000 Subject: Fixed Javadoc git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@864 d688527b-c9ab-4aba-bd8d-4036d912da1d --- id.server/src/at/gv/egovernment/moa/id/config/OAParameter.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'id.server/src/at/gv/egovernment/moa/id/config/OAParameter.java') diff --git a/id.server/src/at/gv/egovernment/moa/id/config/OAParameter.java b/id.server/src/at/gv/egovernment/moa/id/config/OAParameter.java index b3f46c532..19a27b463 100644 --- a/id.server/src/at/gv/egovernment/moa/id/config/OAParameter.java +++ b/id.server/src/at/gv/egovernment/moa/id/config/OAParameter.java @@ -16,7 +16,7 @@ public class OAParameter { /** * specifies whether the online application is a business application or not - * (true if value of {@link oaType} is "businessService" + * (true if value of {@link #oaType} is "businessService" */ private boolean businessService; @@ -54,9 +54,9 @@ public class OAParameter { /** * * Sets the type of the online application. - * If the type is "businessService" the value of {@link businessService} is - * also set to true - * @param the type of the online application. + * If the type is "businessService" the value of businessService + * ({@link #getBusinessService()}) is also set to true + * @param oaType The type of the online application. */ public void setOaType(String oaType) { this.oaType = oaType; -- cgit v1.2.3