AMBARI-21291. Schema error during upgrade related to request table - remove unused import
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8f80fe73 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8f80fe73 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8f80fe73 Branch: refs/heads/branch-feature-AMBARI-20859 Commit: 8f80fe733dc3a69a83abad2cb8f2ee499cab7da3 Parents: 943c1b0 Author: Attila Doroszlai <[email protected]> Authored: Fri Jun 23 17:47:07 2017 +0200 Committer: Attila Doroszlai <[email protected]> Committed: Fri Jun 23 17:47:07 2017 +0200 ---------------------------------------------------------------------- .../test/java/org/apache/ambari/server/orm/DBAccessorImplTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8f80fe73/ambari-server/src/test/java/org/apache/ambari/server/orm/DBAccessorImplTest.java ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/java/org/apache/ambari/server/orm/DBAccessorImplTest.java b/ambari-server/src/test/java/org/apache/ambari/server/orm/DBAccessorImplTest.java index 19763c4..ca2674c 100644 --- a/ambari-server/src/test/java/org/apache/ambari/server/orm/DBAccessorImplTest.java +++ b/ambari-server/src/test/java/org/apache/ambari/server/orm/DBAccessorImplTest.java @@ -19,7 +19,6 @@ package org.apache.ambari.server.orm; import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertNull; import static org.junit.Assert.assertNotNull; import static org.junit.matchers.JUnitMatchers.containsString;
