Michael Pasternak has posted comments on this change.

Change subject: engine: watchdog - restapi support
......................................................................


Patch Set 34: (1 inline comment)

....................................................
File 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendWatchdogsResource.java
Line 21: 
Line 22:     @Override
Line 23:     @SingleEntityResource
Line 24:     public DeviceResource<WatchDog> getDeviceSubResource(String id) {
Line 25:         return inject(new BackendWatchdogResource(new Guid(), this,
it does not mean you should not be able accessing it, very simple use-cases are
UPDATE/DELETE which are operates on the resource...
Line 26:                 updateType,
Line 27:                 getUpdateParametersProvider(),
Line 28:                 getRequiredUpdateFields()));
Line 29:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ief5b20ecf2221faf900cadfeafe4c71607a9eca3
Gerrit-PatchSet: 34
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Laszlo Hornyak <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Laszlo Hornyak <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to