From 8a39730273e0dbd3f9197de7a116d925f7ac13f9 Mon Sep 17 00:00:00 2001 From: Zeeshan Qureshi Date: Mon, 16 Jan 2017 22:14:30 -0500 Subject: [PATCH] Format param comment in HoodieKey --- .../src/main/java/com/uber/hoodie/common/model/HoodieKey.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hoodie-common/src/main/java/com/uber/hoodie/common/model/HoodieKey.java b/hoodie-common/src/main/java/com/uber/hoodie/common/model/HoodieKey.java index 9dcc1528c..d36400434 100644 --- a/hoodie-common/src/main/java/com/uber/hoodie/common/model/HoodieKey.java +++ b/hoodie-common/src/main/java/com/uber/hoodie/common/model/HoodieKey.java @@ -23,8 +23,8 @@ import java.io.Serializable; /** * 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 : path to the partition that contains the record */ public class HoodieKey implements Serializable {