Allon Mureinik has uploaded a new change for review.

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

core: HOST_DEFAULT_SPM_PRIORITY constant as static

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

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


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/45/11645/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsStatic.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsStatic.java
index 86a0be5..005a616 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsStatic.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsStatic.java
@@ -22,7 +22,7 @@
 public class VdsStatic implements BusinessEntity<Guid> {
 
     private static final long serialVersionUID = -1425566208615075937L;
-    private final int HOST_DEFAULT_SPM_PRIORITY = 5;
+    private static final int HOST_DEFAULT_SPM_PRIORITY = 5;
 
     private Guid id;
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I504c3550713e78915fb2230fdbdb3ae402a19c7d
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