Repository: ambari Updated Branches: refs/heads/branch-feature-AMBARI-14714 ddb5a4112 -> 70077fe02
Merge trunk with feature branch . Rat check fix (mradhakrishnan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/70077fe0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/70077fe0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/70077fe0 Branch: refs/heads/branch-feature-AMBARI-14714 Commit: 70077fe022e7179dd637656574d87f5b80f2bdfd Parents: ddb5a41 Author: Madhuvanthi Radhakrishnan <[email protected]> Authored: Mon Oct 30 15:36:49 2017 -0700 Committer: Madhuvanthi Radhakrishnan <[email protected]> Committed: Mon Oct 30 15:36:49 2017 -0700 ---------------------------------------------------------------------- .../org/apache/ambari/server/checks/AbstractCheckDescriptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/70077fe0/ambari-server/src/main/java/org/apache/ambari/server/checks/AbstractCheckDescriptor.java ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/java/org/apache/ambari/server/checks/AbstractCheckDescriptor.java b/ambari-server/src/main/java/org/apache/ambari/server/checks/AbstractCheckDescriptor.java index 6f1e77c..a1ab12e 100644 --- a/ambari-server/src/main/java/org/apache/ambari/server/checks/AbstractCheckDescriptor.java +++ b/ambari-server/src/main/java/org/apache/ambari/server/checks/AbstractCheckDescriptor.java @@ -35,8 +35,8 @@ import org.apache.ambari.server.state.Cluster; import org.apache.ambari.server.state.Clusters; import org.apache.ambari.server.state.Config; import org.apache.ambari.server.state.DesiredConfig; -import org.apache.ambari.server.state.Service; import org.apache.ambari.server.state.RepositoryType; +import org.apache.ambari.server.state.Service; import org.apache.ambari.server.state.repository.ClusterVersionSummary; import org.apache.ambari.server.state.repository.VersionDefinitionXml; import org.apache.ambari.server.state.stack.PrereqCheckStatus;
