Skip to content

Commit

Permalink
NamespacedEntityIds cannot identify a connection
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
  • Loading branch information
Yannic92 committed Sep 21, 2021
1 parent 5f25475 commit 24b2b8b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ public static TopicPathBuilder newTopicPathBuilder(final NamespacedEntityId enti
return result.things();
} else if (entityId.getEntityType().equals(PolicyConstants.ENTITY_TYPE)) {
return result.policies();
} else if (entityId.getEntityType().equals(ConnectivityConstants.ENTITY_TYPE)) {
return result.connections();
}
return result;
}
Expand Down

0 comments on commit 24b2b8b

Please sign in to comment.