Skip to content

Commit 20fa890

Browse files
author
hongwei.quhw
committed
修正文案
1 parent bac80da commit 20fa890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rdf-file-core/src/main/java/com/alipay/rdf/file/function/RdfFunction.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/**
1818
* Copyright (C) 2013-2018 Ant Financial Services Group
19-
*
19+
*
2020
* @author hongwei.quhw
2121
* @version $Id: RdfFunction.java, v 0.1 2017年4月5日 下午7:27:32 hongwei.quhw Exp $
2222
*/
@@ -52,14 +52,14 @@ public Object execute(FuncContext ctx) {
5252
Method method = getClass().getDeclaredMethod(expression, FuncContext.class);
5353
return method.invoke(this, ctx);
5454
} catch (Exception e) {
55-
throw new RdfFileException("执行[" + getClass().getName() + "." + expression + "]方法是出错",
55+
throw new RdfFileException("执行[" + getClass().getName() + "." + expression + "]方法时出错",
5656
e, RdfErrorEnum.FUNCTION_ERROR);
5757
}
5858
}
5959

6060
/**
6161
*  此函数涉及数据行数, 默认影响一行
62-
*
62+
*
6363
* @return
6464
*/
6565
public int rowsAffected(RowDefinition rd, FileMeta fileMeta) {

0 commit comments

Comments
 (0)