You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by sa...@apache.org on 2014/12/12 14:52:44 UTC

stratos git commit: Adding missing import

Repository: stratos
Updated Branches:
  refs/heads/4.1.0-test 5432c7130 -> 56145f105


Adding missing import


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

Branch: refs/heads/4.1.0-test
Commit: 56145f10511e414684c1e9a3bd32e414a8114c16
Parents: 5432c71
Author: sajhak <sa...@gmail.com>
Authored: Fri Dec 12 19:22:14 2014 +0530
Committer: sajhak <sa...@gmail.com>
Committed: Fri Dec 12 19:22:14 2014 +0530

----------------------------------------------------------------------
 .../autoscaler/monitor/component/ParentComponentMonitor.java        | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/56145f10/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/ParentComponentMonitor.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/ParentComponentMonitor.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/ParentComponentMonitor.java
index 3912029..f694e23 100644
--- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/ParentComponentMonitor.java
+++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/component/ParentComponentMonitor.java
@@ -54,6 +54,7 @@ import java.util.ArrayList;
 import java.util.Collection;
 import java.util.List;
 import java.util.Map;
+import java.util.Set;
 import java.util.concurrent.ConcurrentHashMap;
 
 /**