aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/auth/data/SchemaImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/auth/data/SchemaImpl.java')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/auth/data/SchemaImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/data/SchemaImpl.java b/id.server/src/at/gv/egovernment/moa/id/auth/data/SchemaImpl.java
index e6755b58c..964725416 100644
--- a/id.server/src/at/gv/egovernment/moa/id/auth/data/SchemaImpl.java
+++ b/id.server/src/at/gv/egovernment/moa/id/auth/data/SchemaImpl.java
@@ -10,12 +10,12 @@ public class SchemaImpl implements Schema {
/**
* The namespace of this schema.
*/
- private String namespace_;
+ protected String namespace_;
/**
* The location (URI) of this schema;
*/
- private String schemaLocation_;
+ protected String schemaLocation_;
/**
* Sets the namespace and schema location URIS of this schema.