Allon Mureinik has uploaded a new change for review.

Change subject: core: DEFAULT_PRESTARTED_VMS constant as static
......................................................................

core: DEFAULT_PRESTARTED_VMS constant as static

Changed the DEFAULT_PRESTARTED_VMS constant in vm_pools to be
static, as per java's conventions for constants.

Change-Id: I47cf4450bdedfebc49fc5ec49af80d586e972a52
Signed-off-by: Allon Mureinik <amure...@redhat.com>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/vm_pools.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/46/11646/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/vm_pools.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/vm_pools.java
index d5f7bee..346d7cd 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/vm_pools.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/vm_pools.java
@@ -17,7 +17,7 @@
 public class vm_pools extends IVdcQueryable implements Serializable {
 
     private static final long serialVersionUID = -2176168998321713354L;
-    private final int DEFAULT_PRESTARTED_VMS = 0;
+    private static final int DEFAULT_PRESTARTED_VMS = 0;
 
     private Guid id;
 


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

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

Reply via email to