aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/config/OAParameter.java
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/config/OAParameter.java')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/config/OAParameter.java8
1 files changed, 4 insertions, 4 deletions
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
- * (<code>true</code> if value of {@link oaType} is "businessService"
+ * (<code>true</code> 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 <code>true</code>
- * @param the type of the online application.
+ * If the type is "businessService" the value of <code>businessService</code>
+ * ({@link #getBusinessService()}) is also set to <code>true</code>
+ * @param oaType The type of the online application.
*/
public void setOaType(String oaType) {
this.oaType = oaType;