提交 458ff1cd authored 作者: Stéphane Eintrazi's avatar Stéphane Eintrazi

remove default value for result for better code management

上级 14c53dc0
...@@ -1479,7 +1479,7 @@ public class DateTimeUtils { ...@@ -1479,7 +1479,7 @@ public class DateTimeUtils {
* @return date truncated to 'day' * @return date truncated to 'day'
*/ */
public static Value truncateDate(String timeUnit, Value value) { public static Value truncateDate(String timeUnit, Value value) {
Value result = null; Value result;
// Retrieve the dateValue. // Retrieve the dateValue.
long[] fieldDateAndTime = DateTimeUtils.dateAndTimeFromValue(value); long[] fieldDateAndTime = DateTimeUtils.dateAndTimeFromValue(value);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论