Skip to content
Snippets Groups Projects
Commit 13f3a6fe authored by Arne's avatar Arne
Browse files

renamed message action response to result

parent cf53ae7e
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