1
0

[MINOR] Fix typo in TimelineService (#1497)

Co-authored-by: Jiayi Liao <bupt_ljy@163.com>
This commit is contained in:
Jiayi Liao
2020-04-09 09:14:50 +08:00
committed by GitHub
parent 4e5c8671ef
commit f7b55afb74

View File

@@ -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 {