This commit is contained in:
Lucio Lelii 2017-07-19 08:39:40 +00:00
parent 55bf9c9e76
commit 7ef6244b86
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ public class RequestHandler {
else if (requestType.equalsIgnoreCase("Execute")) { else if (requestType.equalsIgnoreCase("Execute")) {
req = new ExecuteRequest(ciMap); req = new ExecuteRequest(ciMap);
setResponseMimeType((ExecuteRequest)req); setResponseMimeType((ExecuteRequest)req);
InnerMethodName.instance.set("Execute"); InnerMethodName.instance.set("Execute - "+((ExecuteRequest)req).getAlgorithmIdentifier());
} }
else if (requestType.equalsIgnoreCase("RetrieveResult")) { else if (requestType.equalsIgnoreCase("RetrieveResult")) {
req = new RetrieveResultRequest(ciMap); req = new RetrieveResultRequest(ciMap);

View File

@ -25,7 +25,7 @@ no. 654119), SoBigData (grant no. 654024);
Version Version
-------------------------------------------------- --------------------------------------------------
1.0.0-SNAPSHOT (${maven.build.timestamp}) 1.0.0-SNAPSHOT (2017-07-18)
Please see the file named "changelog.xml" in this directory for the release notes. Please see the file named "changelog.xml" in this directory for the release notes.