Alon Bar-Lev has uploaded a new change for review.

Change subject: bll: cleanup minor coverity issue
......................................................................

bll: cleanup minor coverity issue

Change-Id: Id41b29c4b2212b9253d3bd2b5c8cb74cd4275d7e
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M 
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AbstractUserQueryTest.java
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/69/36369/1

diff --git 
a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AbstractUserQueryTest.java
 
b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AbstractUserQueryTest.java
index 20bf584..4c37d42 100644
--- 
a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AbstractUserQueryTest.java
+++ 
b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/AbstractUserQueryTest.java
@@ -16,9 +16,10 @@
 public abstract class AbstractUserQueryTest<P extends VdcQueryParametersBase, 
Q extends QueriesCommandBase<? extends P>>
         extends AbstractQueryTest<P, Q> {
 
+    protected static final long UNPRIVILEGED_USER_SESSION_ID = 1;
+
     private DbUser user;
     private Guid userID;
-    protected final long UNPRIVILEGED_USER_SESSION_ID = 1;
 
     @Before
     @Override


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id41b29c4b2212b9253d3bd2b5c8cb74cd4275d7e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to