Daniel Erez has uploaded a new change for review.

Change subject: webadmin: HostListModel - remove commented out code
......................................................................

webadmin: HostListModel - remove commented out code

Remove commented out code from HostListModel.

Change-Id: Iab8993b427618f3ae99043f6006bd9fe3479195c
Signed-off-by: Daniel Erez <[email protected]>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostListModel.java
1 file changed, 0 insertions(+), 35 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/10/28210/1

diff --git 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostListModel.java
 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostListModel.java
index 3f3abe3..957bb70 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostListModel.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostListModel.java
@@ -2204,41 +2204,6 @@
         return true;
     }
 
-    // @Override
-    // public void run(TaskContext context)
-    // {
-    // switch ((Integer) context.getState())
-    // {
-    // case 1:
-    // try
-    // {
-    // // override default timeout (60 sec) with 10 minutes
-    // TransactionScope scope = new 
TransactionScope(TransactionScopeOption.Required, new TimeSpan(0, 10, 0));
-    // try
-    // {
-    // new AddDataCenterRM(this);
-    // scope.Complete();
-    // } finally
-    // {
-    // scope.dispose();
-    // }
-    // } catch (TransactionAbortedException e)
-    // {
-    // // Do nothing.
-    // } finally
-    // {
-    // context.InvokeUIThread(this, 2);
-    // }
-    // break;
-    //
-    // case 2:
-    // StopProgress();
-    //
-    // Cancel();
-    // break;
-    // }
-    // }
-
     private SystemTreeItemModel systemTreeSelectedItem;
 
     @Override


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

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

Reply via email to