ArafatKhan2198 commented on code in PR #7389:
URL: https://github.com/apache/ozone/pull/7389#discussion_r1829584095
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/upgrade/UpgradeActionRecon.java:
##########
@@ -42,15 +42,12 @@
* Example usage:
*
* <pre>
- * {@code
- *
- * @UpgradeActionRecon(feature = FEATURE_NAME, type = FINALIZE)
- * public class FeatureNameUpgradeAction implements ReconUpgradeAction {
- * @Override
- * public void execute() throws Exception {
- * // Custom upgrade logic for FEATURE_1
- * }
- * }
+ * @UpgradeActionRecon(feature = FEATURE_NAME, type = FINALIZE)
+ * public class FeatureNameUpgradeAction implements ReconUpgradeAction {
+ * @Override
+ * public void execute() throws Exception {
+ * // Custom upgrade logic for FEATURE_1
Review Comment:
Thanks a lot, @adoroszlai, for fixing this JavaDoc!
I have one small request: could you please rename "FEATURE_1" to
"FEATURE_NAME"? I missed it last time. Thank you!
--
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]