You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2017/06/26 13:57:36 UTC

[02/34] ambari git commit: AMBARI-21291. Schema error during upgrade related to request table - remove unused import

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 <ad...@hortonworks.com>
Authored: Fri Jun 23 17:47:07 2017 +0200
Committer: Attila Doroszlai <ad...@hortonworks.com>
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;