Github user aledsage commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/540#discussion_r25776200
--- Diff:
usage/rest-server/src/main/java/brooklyn/rest/resources/CatalogResource.java ---
@@ -176,10 +178,14 @@ public void deleteEntity(String entityId, String
version) throws Exception {
@Override
public List<CatalogItemSummary> listApplications(String regex, String
fragment) {
- return
getCatalogItemSummariesMatchingRegexFragment(CatalogPredicates.IS_TEMPLATE,
regex, fragment);
+ ImmutableList.<String>of();
--- End diff --
Redundant line of code?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---