瀏覽代碼

AMBARI-1544. AmbariManagementControllerTest has extra import that cannot be resolved. (swagle)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1451800 13f79535-47bb-0310-9956-ffa450edef68
Siddharth Wagle 12 年之前
父節點
當前提交
a2e0a3fd4a

+ 5 - 2
CHANGES.txt

@@ -400,11 +400,14 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1544. AmbariManagementControllerTest has extra import that cannot 
+ be resolved. (swagle)
+
  AMBARI-1539. Stage creation takes on an average 1.5 minutes on large 
- cluster. (Siddharth Wagle) 
+ cluster. (swagle) 
 
  AMBARI-1485. Server throws exception when trying to stop a service which is 
- in stopping state. (Siddharth Wagle) 
+ in stopping state. (swagle) 
 
  AMBARI-1526. State fields are not returned by default for services.
  (tbeerbower)

+ 0 - 1
ambari-server/src/test/java/org/apache/ambari/server/controller/AmbariManagementControllerTest.java

@@ -31,7 +31,6 @@ import java.util.List;
 import java.util.Map;
 import java.util.Set;
 
-import com.sun.source.tree.AssertTree;
 import junit.framework.Assert;
 
 import org.apache.ambari.server.AmbariException;