Allon Mureinik has uploaded a new change for review.

Change subject: gluster: Fix build break
......................................................................

gluster: Fix build break

Fixed build break cause by Change-Id
I6a48482fb8ce06cbe8d30a942538e056c695b195 - the method name should be
executeVdsBrokerCommand() and not ExecuteVdsBrokerCommand().

Change-Id: I46147e917bd9c14b88a6905408597c423d2f21b2
Signed-off-by: Allon Mureinik <[email protected]>
---
M 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/StopRebalanceGlusterVolumeVDSCommand.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/21/19121/1

diff --git 
a/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/StopRebalanceGlusterVolumeVDSCommand.java
 
b/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/StopRebalanceGlusterVolumeVDSCommand.java
index 143d065..4f3713d 100644
--- 
a/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/StopRebalanceGlusterVolumeVDSCommand.java
+++ 
b/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/StopRebalanceGlusterVolumeVDSCommand.java
@@ -9,7 +9,7 @@
     }
 
     @Override
-    protected void ExecuteVdsBrokerCommand() {
+    protected void executeVdsBrokerCommand() {
         status = 
getBroker().glusterVolumeRebalanceStop(getParameters().getVolumeName());
         proceedProxyReturnValue();
     }


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I46147e917bd9c14b88a6905408597c423d2f21b2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to