[ 
https://issues.apache.org/jira/browse/HADOOP-18576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17648173#comment-17648173
 ] 

ASF GitHub Bot commented on HADOOP-18576:
-----------------------------------------

cnauroth commented on code in PR #5226:
URL: https://github.com/apache/hadoop/pull/5226#discussion_r1049951990


##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/package-info.java:
##########
@@ -19,8 +19,10 @@
 /**
  * Tools to help define network clients and servers.
  */
-@InterfaceAudience.LimitedPrivate({"HBase", "HDFS", "MapReduce"})
-@InterfaceStability.Evolving
+@LimitedPrivate({"HBase", "HDFS", "MapReduce"})
+@Evolving
 package org.apache.hadoop.ipc;
 import org.apache.hadoop.classification.InterfaceAudience;

Review Comment:
   It looks like these imports on lines 25 and 27 are now unused.





> javadoc 11 failing on @InterfaceAudience imports into 
> hadoop-common/package-info
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-18576
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18576
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build, common
>    Affects Versions: 3.4.0
>            Reporter: Steve Loughran
>            Priority: Major
>              Labels: pull-request-available
>
> yetus is failing javadoc builds with import issues on package-info.java files 
> related to @InterfaceAudience/stability annotations
> We need to change how they are imported to fix this. Other modules have the 
> same issue



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to