aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParamsImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParamsImpl.java')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParamsImpl.java23
1 files changed, 1 insertions, 22 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParamsImpl.java b/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParamsImpl.java
index e524ff5f5..80ba5995f 100644
--- a/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParamsImpl.java
+++ b/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParamsImpl.java
@@ -82,10 +82,7 @@ public class InfoboxValidatorParamsImpl implements InfoboxValidatorParams {
* The identity link.
*/
protected Element identityLink_;
- /**
- * Indicates if the infobox validator has to run in the so called <code>compatibility mode</code>.
- */
- protected boolean compMode_;
+
/**
* Indicates whether source pins (<code>Stammzahl</code>en) must be hidden or not.
*/
@@ -194,13 +191,6 @@ public class InfoboxValidatorParamsImpl implements InfoboxValidatorParams {
}
/**
- * @see at.gv.egovernment.moa.id.auth.data.InfoboxValidatorParams#getCompMode()
- */
- public boolean getCompMode() {
- return compMode_;
- }
-
- /**
* @see at.gv.egovernment.moa.id.auth.data.InfoboxValidatorParams#getHideStammzahl()
*/
public boolean getHideStammzahl() {
@@ -345,17 +335,6 @@ public class InfoboxValidatorParamsImpl implements InfoboxValidatorParams {
}
/**
- * Sets the {@link #compMode_} parameter. Indicates whether the infobox
- * validator has to run in the so called <code>compatibility mode</code>.
- *
- * @param compMode <code>True</code> if the infobox validator has to run in the so
- * called <code>compatibility mode</code>, otherwise <code>false</code>.
- */
- public void setCompMode(boolean compMode) {
- compMode_ = compMode;
- }
-
- /**
* Sets the {@link #hideStammzahl_} parameter. This indicates whether source pins
* (<code>Stammzahl</code>en) must be hidden or not.
*