You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2020/04/09 01:14:56 UTC

[incubator-hudi] branch master updated: [MINOR] Fix typo in TimelineService (#1497)

This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new f7b55af  [MINOR] Fix typo in TimelineService (#1497)
f7b55af is described below

commit f7b55afb74545aefd440cc83f3d0552e333048e3
Author: Jiayi Liao <bu...@gmail.com>
AuthorDate: Thu Apr 9 09:14:50 2020 +0800

    [MINOR] Fix typo in TimelineService (#1497)
    
    Co-authored-by: Jiayi Liao <bu...@163.com>
---
 .../src/main/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 585ecab..f38909f 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 {