Moti Asayag has uploaded a new change for review.

Change subject: engine: Remove redundant modifier from CommandContextsCache
......................................................................

engine: Remove redundant modifier from CommandContextsCache

Change-Id: I9b949038082dcd5e67a39b6daecb1cf99ba75af3
Signed-off-by: Moti Asayag <masa...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/interfaces/CommandContextsCache.java
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/87/38687/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/interfaces/CommandContextsCache.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/interfaces/CommandContextsCache.java
index d64d809..a2e87dd 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/interfaces/CommandContextsCache.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/interfaces/CommandContextsCache.java
@@ -5,10 +5,10 @@
 
 public interface CommandContextsCache {
 
-    public CommandContext get(Guid commandId);
+    CommandContext get(Guid commandId);
 
-    public void remove(Guid commandId);
+    void remove(Guid commandId);
 
-    public void put(Guid commandId, CommandContext context);
+    void put(Guid commandId, CommandContext context);
 
 }


-- 
To view, visit https://gerrit.ovirt.org/38687
To unsubscribe, visit https://gerrit.ovirt.org/settings

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

Reply via email to