提交 43e31e6f authored 作者: Thomas Mueller's avatar Thomas Mueller

Add missing getter.

上级 d74367eb
...@@ -700,4 +700,13 @@ public class Csv implements SimpleRowSource { ...@@ -700,4 +700,13 @@ public class Csv implements SimpleRowSource {
this.nullString = nullString; this.nullString = nullString;
} }
/**
* Get the current null string.
*
* @return the null string.
*/
public String getNullString() {
return nullString;
}
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论