Skip to content
Snippets Groups Projects
Commit 10f2ae7a authored by Brice Copy's avatar Brice Copy
Browse files

Update to c2mon 1.9.2

parent c8fcc7ce
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<parent>
<groupId>cern.c2mon.client</groupId>
<artifactId>c2mon-client</artifactId>
<version>1.8.39</version>
<version>1.9.2</version>
</parent>
<scm>
......
......@@ -111,7 +111,6 @@ public class C2MonBroadcastService extends BroadcasterListenerAdapter {
Set<Long> tagsIdsToQuery = convertTagIdentifiersToTagIDs(
tagIdentifiersList.stream().map(SubscriptionUpdateTagIdentifier::getId).collect(Collectors.toSet()),
tagIdentifiersList.stream().map(SubscriptionUpdateTagIdentifier::getName).collect(Collectors.toSet()));
Set<SimpleTag> queryResult = new HashSet<>();
try {
......@@ -121,7 +120,6 @@ public class C2MonBroadcastService extends BroadcasterListenerAdapter {
} catch (Exception e) {
this.logger.warn("Failed tag query by ID for resource {} : {}", resource, e);
}
return queryResult;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment