Skip to content

Commit 98c39b5

Browse files
committed
Merge branch 'feat_1.8_codereview' into 'v1.8.0_dev'
Feat 1.8 codereview See merge request dt-insight-engine/flinkStreamSQL!9
2 parents 2353b7f + 610fdc3 commit 98c39b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/main/java/com/dtstack/flink/sql/util/DateUtil.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434

3535
/**
36-
*
37-
* Reason: TODO ADD REASON(可选)
36+
*
37+
* 日期工具
3838
* Date: 2017年03月10日 下午1:16:37
3939
* Company: www.dtstack.com
4040
* @author sishu.yss
@@ -805,5 +805,5 @@ public static java.sql.Date getDateFromStr(String dateStr) {
805805
}
806806
return new java.sql.Date(stringToDate(dateStr).getTime());
807807
}
808-
808+
809809
}

0 commit comments

Comments
 (0)