You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mu...@apache.org on 2014/01/06 10:03:45 UTC

git commit: updated refs/heads/master to bb7fc3c

Updated Branches:
  refs/heads/master 3a6fcaf1f -> bb7fc3c21


fixing build break due to checkstyle


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bb7fc3c2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bb7fc3c2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bb7fc3c2

Branch: refs/heads/master
Commit: bb7fc3c219790afafc5ed2dcf117a2476726f907
Parents: 3a6fcaf
Author: Murali Reddy <mu...@gmail.com>
Authored: Mon Jan 6 14:33:09 2014 +0530
Committer: Murali Reddy <mu...@gmail.com>
Committed: Mon Jan 6 14:33:09 2014 +0530

----------------------------------------------------------------------
 .../src/org/apache/cloudstack/mom/inmemory/InMemoryEventBus.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bb7fc3c2/plugins/event-bus/inmemory/src/org/apache/cloudstack/mom/inmemory/InMemoryEventBus.java
----------------------------------------------------------------------
diff --git a/plugins/event-bus/inmemory/src/org/apache/cloudstack/mom/inmemory/InMemoryEventBus.java b/plugins/event-bus/inmemory/src/org/apache/cloudstack/mom/inmemory/InMemoryEventBus.java
index 7c282d7..99d0a12 100644
--- a/plugins/event-bus/inmemory/src/org/apache/cloudstack/mom/inmemory/InMemoryEventBus.java
+++ b/plugins/event-bus/inmemory/src/org/apache/cloudstack/mom/inmemory/InMemoryEventBus.java
@@ -19,14 +19,14 @@
 
 package org.apache.cloudstack.mom.inmemory;
 
-import java.util.*;
+import java.util.Map;
+import java.util.UUID;
 import java.util.concurrent.ConcurrentHashMap;
 
 import javax.ejb.Local;
 import javax.naming.ConfigurationException;
 
 import com.cloud.utils.Pair;
-import com.cloud.utils.Ternary;
 import org.apache.log4j.Logger;
 
 import org.apache.cloudstack.framework.events.Event;