From f7b55afb74545aefd440cc83f3d0552e333048e3 Mon Sep 17 00:00:00 2001 From: Jiayi Liao Date: Thu, 9 Apr 2020 09:14:50 +0800 Subject: [PATCH] [MINOR] Fix typo in TimelineService (#1497) Co-authored-by: Jiayi Liao --- .../java/org/apache/hudi/timeline/service/TimelineService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hudi-timeline-service/src/main/java/org/apache/hudi/timeline/service/TimelineService.java b/hudi-timeline-service/src/main/java/org/apache/hudi/timeline/service/TimelineService.java index 585ecab81..f38909f59 100644 --- a/hudi-timeline-service/src/main/java/org/apache/hudi/timeline/service/TimelineService.java +++ b/hudi-timeline-service/src/main/java/org/apache/hudi/timeline/service/TimelineService.java @@ -36,7 +36,7 @@ import java.io.IOException; import java.io.Serializable; /** - * A stand alone timeline service exposing File-System View interfaces to clients. + * A standalone timeline service exposing File-System View interfaces to clients. */ public class TimelineService {