Tal Nisan has uploaded a new change for review.

Change subject: coverity: Fix FB.SS_SHOULD_BE_STATIC warning
......................................................................

coverity: Fix FB.SS_SHOULD_BE_STATIC warning

Fix warning in GetAllDiskSnapshotsByStorageDomainIdQueryTest class

Change-Id: Ife678c48bd4ca2422a5ef9c09566c34936edc9df
Signed-off-by: Tal Nisan <[email protected]>
---
M 
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/GetAllDiskSnapshotsByStorageDomainIdQueryTest.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/24/27224/1

diff --git 
a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/GetAllDiskSnapshotsByStorageDomainIdQueryTest.java
 
b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/GetAllDiskSnapshotsByStorageDomainIdQueryTest.java
index 3265a45..880e41d 100644
--- 
a/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/GetAllDiskSnapshotsByStorageDomainIdQueryTest.java
+++ 
b/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/GetAllDiskSnapshotsByStorageDomainIdQueryTest.java
@@ -44,7 +44,7 @@
     private DiskImage disk2;
     private DiskImage disk3;
 
-    private final String snapshotDescription = "Test Snapshot";
+    private static final String snapshotDescription = "Test Snapshot";
 
     @Before
     @Override


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

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

Reply via email to