Skip to content

Commit

Permalink
AMBARI-21164. Remove unused import to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai committed Jun 7, 2017
1 parent 84c4e0d commit 1586a1a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
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;
Expand Down Expand Up @@ -231,4 +230,4 @@ public void testFailWhenServiceWithOutdatedServiceCheckExistsRepeated() throws A
serviceCheckValidityCheck.perform(check, new PrereqCheckRequest(CLUSTER_NAME));
Assert.assertEquals(PrereqCheckStatus.FAIL, check.getStatus());
}
}
}

0 comments on commit 1586a1a

Please sign in to comment.