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 <buptliaoji...@gmail.com>
AuthorDate: Thu Apr 9 09:14:50 2020 +0800

    [MINOR] Fix typo in TimelineService (#1497)
    
    Co-authored-by: Jiayi Liao <bupt_...@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 {
 

Reply via email to