Sahina Bose has posted comments on this change.

Change subject: restapi: Rest API for brick advanced details
......................................................................


Patch Set 4: (1 inline comment)

....................................................
File 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/AbstractBackendResource.java
Line 224:     protected R addLinks(R model, Class<? extends BaseResource> 
suggestedParent, String... subCollectionMembersToExclude) {
Line 225:         model = addParents(model);
Line 226:         // linkSubCollections called first as addLinks unsets the 
grandparent model
Line 227:         model = linkSubCollections(model, suggestedParent, 
subCollectionMembersToExclude);
Line 228:         model = LinkHelper.addLinks(getUriInfo(), model, 
suggestedParent);
I would rather fix the issue with LinkHelper in a separate patch.
Line 229:         return model;
Line 230:     }
Line 231: 
Line 232:     protected R addLinks(R model, Class<? extends BaseResource> 
suggestedParent, boolean doNotLinkSubCollections) {


--
To view, visit http://gerrit.ovirt.org/11391
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie219c7cf59fec8a21a54f34959ee5966eed7d524
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Shireesh Anjal <san...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to