codope commented on a change in pull request #4523:
URL: https://github.com/apache/hudi/pull/4523#discussion_r789588901



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/timeline/HoodieArchivedTimeline.java
##########
@@ -95,7 +95,9 @@ public HoodieArchivedTimeline(HoodieTableMetaClient 
metaClient) {
    *
    * @deprecated
    */
-  public HoodieArchivedTimeline() {}
+  public HoodieArchivedTimeline() {
+

Review comment:
       checkstyle was showing an error.. i'll remove the new line but the 
closing `}` should be alone on a line.




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


Reply via email to