Shahar Havivi has uploaded a new change for review.

Change subject: findbugs: Double assignment of local variable
......................................................................

findbugs: Double assignment of local variable

Change-Id: Ia2c5d0d53b69fa2f152e3f30f693e014d329e48a
Signed-off-by: Shahar Havivi <[email protected]>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterModel.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/19/14119/1

diff --git 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterModel.java
 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterModel.java
index b193e83..e458025 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterModel.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterModel.java
@@ -728,7 +728,7 @@
 
                         temp = clusterModel1.getOptimizationForDesktop();
                         temp.setEntity(clusterModel1.getDesktopOverCommit());
-                        temp = temp = 
clusterModel1.getOptimizationForDesktop_IsSelected();
+                        temp = 
clusterModel1.getOptimizationForDesktop_IsSelected();
                         temp.setEntity(clusterModel1.getDesktopOverCommit() == 
clusterModel1.getDefaultMemoryOvercommit());
 
                         temp = clusterModel1.getOptimizationCustom();


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

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

Reply via email to