Frank Kobzik has posted comments on this change.

Change subject: core: Graphics Device CRUD
......................................................................


Patch Set 15:

(1 comment)

http://gerrit.ovirt.org/#/c/25409/15/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveGraphicsDeviceCommand.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveGraphicsDeviceCommand.java:

Line 18: 
Line 19:     @Override
Line 20:     protected boolean canDoAction() {
Line 21:         GraphicsDevice dev = getParameters().getDev();
Line 22:         return dev.getDeviceId() != null && dev.getVmId() != null;
> its not nice to fail without a reason, you should add something to the canD
Done
Line 23:     }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If9eed1ddb4aa8e8376ba5eff662f1bdf49fda800
Gerrit-PatchSet: 15
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Frank Kobzik <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Frank Kobzik <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to