You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2018/01/18 18:50:00 UTC

[jira] [Updated] (AMBARI-22812) Fix checkstyle error in UpgradeCatalog300Test

     [ 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)