From b5d093a21bbb19f164fbc549277188f2151232a8 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zhao <49054376+zhaomin1423@users.noreply.github.com> Date: Mon, 6 Apr 2020 16:31:54 +0800 Subject: [PATCH] [MINOR] Clear up the redundant comment. (#1489) --- .../src/main/java/org/apache/hudi/common/model/HoodieKey.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java b/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java index a9401c9c0..d03fb1b47 100644 --- a/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java +++ b/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieKey.java @@ -24,8 +24,7 @@ import java.util.Objects; /** * HoodieKey consists of *
- * - recordKey : a recordKey that acts as primary key for a record - partitionPath : path to the partition that contains - * the record. + * - recordKey : a recordKey that acts as primary key for a record. * - partitionPath : the partition path of a record. */ public class HoodieKey implements Serializable {