Github user sjcorbett commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/51#discussion_r14708120 --- Diff: usage/rest-server/src/main/java/brooklyn/rest/resources/CatalogResource.java --- @@ -108,16 +102,17 @@ public CatalogEntitySummary getEntity(String entityId) throws Exception { } @Override - public List<CatalogItemSummary> listPolicies( - final String regex, - final String fragment - ) { + public CatalogEntitySummary getApplication(String applicationId) throws Exception { --- End diff -- IntelliJ has a habit of hiding exceptions from method signatures. I must have missed it when changing getEntity.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---