You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/06/12 16:45:18 UTC

[11/50] [abbrv] ambari git commit: AMBARI-21164. Remove unused import to fix build error

AMBARI-21164. Remove unused import to fix build error


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

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 1586a1a9253e5c456161331a5766ed52e250ad99
Parents: 84c4e0d
Author: Attila Doroszlai <ad...@hortonworks.com>
Authored: Wed Jun 7 15:34:35 2017 +0200
Committer: Attila Doroszlai <ad...@hortonworks.com>
Committed: Wed Jun 7 15:34:35 2017 +0200

----------------------------------------------------------------------
 .../ambari/server/checks/ServiceCheckValidityCheckTest.java       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1586a1a9/ambari-server/src/test/java/org/apache/ambari/server/checks/ServiceCheckValidityCheckTest.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/java/org/apache/ambari/server/checks/ServiceCheckValidityCheckTest.java b/ambari-server/src/test/java/org/apache/ambari/server/checks/ServiceCheckValidityCheckTest.java
index 91fd72a..75970cc 100644
--- a/ambari-server/src/test/java/org/apache/ambari/server/checks/ServiceCheckValidityCheckTest.java
+++ b/ambari-server/src/test/java/org/apache/ambari/server/checks/ServiceCheckValidityCheckTest.java
@@ -24,7 +24,6 @@ import static org.mockito.Matchers.eq;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.when;
 
-import java.util.Arrays;
 import java.util.Collections;
 
 import org.apache.ambari.server.AmbariException;
@@ -231,4 +230,4 @@ public class ServiceCheckValidityCheckTest {
     serviceCheckValidityCheck.perform(check, new PrereqCheckRequest(CLUSTER_NAME));
     Assert.assertEquals(PrereqCheckStatus.FAIL, check.getStatus());
   }
-}
\ No newline at end of file
+}