tbouron commented on a change in pull request #1061: Granularity entitlement
control
URL: https://github.com/apache/brooklyn-server/pull/1061#discussion_r274306548
##########
File path:
rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/PolicyConfigResource.java
##########
@@ -62,7 +62,14 @@
@Override
public Map<String, Object> batchConfigRead(String application, String
entityToken, String policyToken) {
// TODO: add test
+ Entity entity = brooklyn().getEntity(application, entityToken);
Review comment:
Do you need the entity here?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services