adoroszlai commented on code in PR #7389:
URL: https://github.com/apache/ozone/pull/7389#discussion_r1829655877


##########
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
- *     }
- *  }
+ * &#64;UpgradeActionRecon(feature = FEATURE_NAME, type = FINALIZE)
+ * public class FeatureNameUpgradeAction implements ReconUpgradeAction {
+ *   &#64;Override
+ *   public void execute() throws Exception {
+ *     // Custom upgrade logic for FEATURE_1

Review Comment:
   I really don't want to run full CI just to fix this existing typo.  Please 
make a note of the problem and fix it when you revisit this file for other 
reasons.



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

Reply via email to