You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2018/05/22 06:18:18 UTC

[ambari] branch trunk updated: AMBARI-21701. Check for org.apache.ambari.metrics.sink.relocated (#1346)

This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ec030bc  AMBARI-21701. Check for org.apache.ambari.metrics.sink.relocated (#1346)
ec030bc is described below

commit ec030bcadd013ca7bd6da46c1b5acef4954e2cff
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Tue May 22 08:18:14 2018 +0200

    AMBARI-21701. Check for org.apache.ambari.metrics.sink.relocated (#1346)
---
 ambari-server/checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/checkstyle.xml b/ambari-server/checkstyle.xml
index f1fc3a1..79e62d4 100644
--- a/ambari-server/checkstyle.xml
+++ b/ambari-server/checkstyle.xml
@@ -24,7 +24,7 @@
     <!-- imports -->
     <module name="AvoidStarImport"/>
     <module name="IllegalImport">
-      <property name="illegalPkgs" value="sun, org.apache.hadoop.metrics2.sink.relocated"/>
+      <property name="illegalPkgs" value="sun, org.apache.ambari.metrics.sink.relocated, org.apache.hadoop.metrics2.sink.relocated"/>
     </module>
     <module name="ImportOrder">
       <property name="groups" value="java,javax,org,com,*"/>

-- 
To stop receiving notification emails like this one, please contact
adoroszlai@apache.org.