Alona Kaplan has posted comments on this change.

Change subject: engine: introduce HostDevChangeNumVfsVDSCommand
......................................................................


Patch Set 5:

(1 comment)

https://gerrit.ovirt.org/#/c/37721/5/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsServerWrapper.java
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsServerWrapper.java:

Line 1688:     @Override
Line 1689:     public StatusOnlyReturnForXmlRpc hostdevChangeNumvfs(String 
deviceName, int numOfVfs) {
Line 1690:         try {
Line 1691:             Map<String, Object> xmlRpcReturnValue = 
vdsServer.hostdevChangeNumvfs(deviceName, numOfVfs);
Line 1692:             StatusOnlyReturnForXmlRpc wrapper = new 
StatusOnlyReturnForXmlRpc(xmlRpcReturnValue);
> you can inline the wrapper variable.
Done
Line 1693:             return wrapper;
Line 1694:         } catch (UndeclaredThrowableException ute) {
Line 1695:             throw new XmlRpcRunTimeException(ute);
Line 1696:         }


-- 
To view, visit https://gerrit.ovirt.org/37721
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ifdcd28ae7de11b47c0d8545e62a24eb5d6af318d
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alona Kaplan <[email protected]>
Gerrit-Reviewer: Alona Kaplan <[email protected]>
Gerrit-Reviewer: Moti Asayag <[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