From 47a13642cf5dc0f85ab18c4987618ae3aea81d35 Mon Sep 17 00:00:00 2001 From: "peter.danner" Date: Tue, 31 Jul 2007 14:57:23 +0000 Subject: Fixed Javadoc, switched private members to protected git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@865 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'id.server/src/at/gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java') diff --git a/id.server/src/at/gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java b/id.server/src/at/gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java index b9f669196..15c0c328c 100644 --- a/id.server/src/at/gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java +++ b/id.server/src/at/gv/egovernment/moa/id/config/auth/VerifyInfoboxParameters.java @@ -18,13 +18,13 @@ public class VerifyInfoboxParameters { * Each of these objects contains parameters that maybe needed for validating an * infobox. */ - private Map infoboxParameters_; + protected Map infoboxParameters_; /** * A list of the identifiers of the infoboxes supported by this * VerifyInfoboxParameters; */ - private List identifiers_; + protected List identifiers_; /** * Holds the (comma separated) identifiers of those infoboxes MOA-IF is able to validate @@ -32,7 +32,7 @@ public class VerifyInfoboxParameters { * The string will be added as value of the PushInfobox parameter in the * HTML form used for reading the infoboxes from the BKU. */ - private String pushInfobox_; + protected String pushInfobox_; /** * Initializes this VerifyInfoboxParameters with an empty {@link #infoboxParameters_} -- cgit v1.2.3