File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
rdf-file-core/src/main/java/com/alipay/rdf/file/function Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ) {
You can’t perform that action at this time.
0 commit comments