Laszlo Hornyak has uploaded a new change for review.

Change subject: engine: fix for jenkins build
......................................................................

engine: fix for jenkins build

junkins does not tolerate the missing coma

Change-Id: I23e0f05380ca67b63b4ae699394cf5971b07d392
Signed-off-by: Laszlo Hornyak <lhorn...@redhat.com>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/16864/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java
index 4ac0434..ca1909e 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java
@@ -95,7 +95,7 @@
     SshSoftFencingCommand,
     MemorySnapshotSupported(ConfigAuthType.User),
     AverageToPeakRatio,
-    AverageToBurstRatio
+    AverageToBurstRatio,
     ;
 
     public static enum ConfigAuthType {


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I23e0f05380ca67b63b4ae699394cf5971b07d392
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Laszlo Hornyak <lhorn...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to