Allon Mureinik has uploaded a new change for review.

Change subject: core: rm unused SessionDataContainer.containsKey
......................................................................

core: rm unused SessionDataContainer.containsKey

Change-Id: I9ab7dee562e32657983c11b41189aee884f2880e
Signed-off-by: Allon Mureinik <amure...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/session/SessionDataContainer.java
1 file changed, 0 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/53/21753/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/session/SessionDataContainer.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/session/SessionDataContainer.java
index 044a487..fa6973d 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/session/SessionDataContainer.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/session/SessionDataContainer.java
@@ -130,14 +130,6 @@
         }
     }
 
-    public boolean containsKey(String key) {
-        String sessionId = ThreadLocalParamsContainer.getHttpSessionId();
-        if (sessionId != null) {
-            return oldContext.containsKey(key) || newContext.containsKey(key);
-        }
-        return false;
-    }
-
     /**
      * Remove the cached data of current session
      *


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ab7dee562e32657983c11b41189aee884f2880e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to