summaryrefslogtreecommitdiff
path: root/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-07-30 12:33:26 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-07-30 12:33:26 +0200
commit0da02accef9737d48cf995c5e406deafd23ce32e (patch)
tree1ec330f3be924a47c86a1ec2097b5a906de6bb6b /eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java
parent204e7dc0195b62a33f46aefb534cd59eb54b6c44 (diff)
downloadEAAF-Components-0da02accef9737d48cf995c5e406deafd23ce32e.tar.gz
EAAF-Components-0da02accef9737d48cf995c5e406deafd23ce32e.tar.bz2
EAAF-Components-0da02accef9737d48cf995c5e406deafd23ce32e.zip
some some updates
Diffstat (limited to 'eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java')
-rw-r--r--eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java
index 0aa7ff89..b4b188b6 100644
--- a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java
+++ b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java
@@ -390,7 +390,7 @@ public class ProtocolAuthenticationService implements IProtocolAuthenticationSer
if (params[i] != null)
errorCodeParams[i] = params[i].toString();
else
- errorCodeParams[i] = "'null'";
+ errorCodeParams[i] = "null";
}
}