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 16:32:05 UTC

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

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


##########
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:
   Thanks for creating this PR @ayushtkn. Would you mind creating this tag change as a separate PR? I believe it's not relevant.



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