GauthamBanasandra commented on code in PR #4319:
URL: https://github.com/apache/hadoop/pull/4319#discussion_r876147427
##########
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:
Gotcha. Thanks for clarifying.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]