From 0da02accef9737d48cf995c5e406deafd23ce32e Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 30 Jul 2019 12:33:26 +0200 Subject: some some updates --- .../eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java') 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"; } } -- cgit v1.2.3