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/05/18 17:12:48 UTC

[GitHub] [hadoop] ayushtkn commented on a diff in pull request #4319: HADOOP-18241. Move to JAVA 11.

ayushtkn commented on code in PR #4319:
URL: https://github.com/apache/hadoop/pull/4319#discussion_r876145193


##########
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java:
##########
@@ -573,7 +573,7 @@ public static void addDeprecations(DeprecationDelta[] deltas) {
    * It does not override any existing entries in the deprecation map.
    * This is to be used only by the developers in order to add deprecation of
    * keys, and attempts to call this method after loading resources once,
-   * would lead to <tt>UnsupportedOperationException</tt>
+   * would lead to <code>UnsupportedOperationException</code>

Review Comment:
   the javadoc build was failing, with jdk-11, some html5 becomes default and the tags that I removed/changed were removed from that...
   Try reverting one line and try to build javaDoc it will fail



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