Michael Pasternak has posted comments on this change.

Change subject: restapi: disabling POST & DELETE implementations for quota
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendQuotasResource.java
Line 31:     }
Line 32: 
Line 33:     @Override
Line 34:     protected Response performRemove(String id) {
Line 35:         throw new MethodNotAllowedException("No resource method found 
for DELETE quota element");
please throw UnsupportedOperationException isntead
Line 36:     }
Line 37: 
Line 38:     @Override
Line 39:     @SingleEntityResource


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I819cad0212ea941fa5ff3dcf14386201b7a0577d
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to