Skip to content
Snippets Groups Projects
Unverified Commit 608812f2 authored by Juan Ignacio Ubeira's avatar Juan Ignacio Ubeira Committed by GitHub
Browse files

Merge pull request #69 from exo-core/action-generation

renamed message action response to result
parents f5f3ea91 13f3a6fe
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ public class GenerateInterfaces {
MessageDeclaration goalDeclaration =
MessageDeclaration.of(actionType.getType() + "Goal", goalResultAndFeedback.get(0));
MessageDeclaration resultDeclaration =
MessageDeclaration.of(actionType.getType() + "Response", goalResultAndFeedback.get(1));
MessageDeclaration.of(actionType.getType() + "Result", goalResultAndFeedback.get(1));
MessageDeclaration feedbackDeclaration =
MessageDeclaration.of(actionType.getType() + "Feedback", goalResultAndFeedback.get(2));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment