Skip to content

Commit

Permalink
paper/kw-multi-participant
Browse files Browse the repository at this point in the history
Signed-off-by: Karoline Saatkamp <[email protected]>
  • Loading branch information
saatkamp committed Nov 29, 2019
1 parent 30aa104 commit 9be7dde
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,7 @@ public List<Response> createParticipantsVersion() throws IOException {
IRepository repo = RepositoryFactory.getRepository();
// create list of responses because we create multiple resources at once
List<Response> listOfResponses = new ArrayList<>();

//Map<QName, TTags> newServiceTemplateIdsAndTags = new LinkedHashMap<>();


LOGGER.debug("Creating new participants version of Service Template {}...", this.getId());

ServiceTemplateId id = (ServiceTemplateId) this.getId();
Expand Down

0 comments on commit 9be7dde

Please sign in to comment.