Skip to content

Commit

Permalink
fix tag added when cloning it for each participant
Browse files Browse the repository at this point in the history
Signed-off-by: Karoline Saatkamp <[email protected]>
  • Loading branch information
saatkamp committed Dec 7, 2020
1 parent 57f131a commit cf97efb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@ public List<Response> createParticipantsVersion() throws IOException {

// create list of tags to add to service template
TTags tTagList = new TTags();
tTagList.getTag().addAll(tags);

// new tag to define participant of service template
TTag participantTag = new TTag();
Expand Down

0 comments on commit cf97efb

Please sign in to comment.