[
https://issues.apache.org/jira/browse/AMBARI-22812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Levas updated AMBARI-22812:
----------------------------------
Description:
Fix checkstyle error in UpgradeCatalog300Test
{noformat}
[ERROR]
.../ambari/ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog300Test.java:20:
Using the '.*' form of import should be avoided -
org.apache.ambari.server.upgrade.UpgradeCatalog300.*. [AvoidStarImport]
{noformat}
was:
Fix checkstyle error in UpgradeCatalog300Test
{noformat}
[ERROR]
/Users/rlevas/github/ambari/ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog300Test.java:20:
Using the '.*' form of import should be avoided -
org.apache.ambari.server.upgrade.UpgradeCatalog300.*.
[AvoidStarImport]{noformat}
> Fix checkstyle error in UpgradeCatalog300Test
> ---------------------------------------------
>
> Key: AMBARI-22812
> URL: https://issues.apache.org/jira/browse/AMBARI-22812
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 3.0.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Major
> Fix For: 3.0.0
>
>
> Fix checkstyle error in UpgradeCatalog300Test
> {noformat}
> [ERROR]
> .../ambari/ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog300Test.java:20:
> Using the '.*' form of import should be avoided -
> org.apache.ambari.server.upgrade.UpgradeCatalog300.*. [AvoidStarImport]
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)