diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-07-17 16:18:30 +0200 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-07-17 16:18:30 +0200 |
commit | 708009bbfc5433c3338278b95e9f150b424d2a03 (patch) | |
tree | 9c84bfda662eb154fc23882ad4ae32129e3afb9f /id/server | |
parent | 7e42dd36309d1113ce85d26fde15303059743b90 (diff) | |
download | moa-id-spss-708009bbfc5433c3338278b95e9f150b424d2a03.tar.gz moa-id-spss-708009bbfc5433c3338278b95e9f150b424d2a03.tar.bz2 moa-id-spss-708009bbfc5433c3338278b95e9f150b424d2a03.zip |
typo
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/MandateRetrievalRequest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/MandateRetrievalRequest.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/MandateRetrievalRequest.java index ba849f959..baa91a854 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/MandateRetrievalRequest.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/MandateRetrievalRequest.java @@ -97,7 +97,7 @@ public class MandateRetrievalRequest implements IAction { MandateContainer mandateContainer = null; try { - mandateContainer = new CorporateBodyMandateContain er(new String(authData.getMISMandate().getMandate(), "UTF-8")); + mandateContainer = new CorporateBodyMandateContainer(new String(authData.getMISMandate().getMandate(), "UTF-8")); } catch (Exception ex) { try { mandateContainer = new PhyPersonMandateContainer(new String(authData.getMISMandate().getMandate(), "UTF-8")); |