aboutsummaryrefslogtreecommitdiff
path: root/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttributeList.java
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-02-18 13:30:32 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-02-18 13:30:32 +0100
commit570527d48e3bf03444cdda08a4c1bcf8e7d4ff42 (patch)
treec31a6a9c2a76d0d56c9953f8242a32f4f365a85c /id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttributeList.java
parentbceb4fd58c7d17c4fdc6908f77f546c96c0920a4 (diff)
parent7310bfceb351ce02fb323e888f4d479efba1aa7f (diff)
downloadmoa-id-spss-570527d48e3bf03444cdda08a4c1bcf8e7d4ff42.tar.gz
moa-id-spss-570527d48e3bf03444cdda08a4c1bcf8e7d4ff42.tar.bz2
moa-id-spss-570527d48e3bf03444cdda08a4c1bcf8e7d4ff42.zip
Merge remote-tracking branch 'remotes/origin/moa-2.1-Snapshot' into during_authsource_refactoring
Diffstat (limited to 'id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttributeList.java')
-rw-r--r--id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttributeList.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttributeList.java b/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttributeList.java
index 991682c9b..9a0f87488 100644
--- a/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttributeList.java
+++ b/id/server/stork2-commons/src/main/java/eu/stork/peps/auth/commons/PersonalAttributeList.java
@@ -54,13 +54,13 @@ public final class PersonalAttributeList extends
/**
* Hash with the latest fetched attribute name alias.
*/
- private final transient Map<String, Integer> latestAttrAlias =
+ private final Map<String, Integer> latestAttrAlias =
new HashMap<String, Integer>();
/**
* Hash with mapping number of alias or the attribute name.
*/
- private final transient Map<String, Integer> attrAliasNumber =
+ private final Map<String, Integer> attrAliasNumber =
new HashMap<String, Integer>();
/**