You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/12/15 17:32:39 UTC

[GitHub] [hadoop] cnauroth commented on a diff in pull request #5226: HADOOP-18576. hadoop common javadocs

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.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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