提交 76806f89 authored 作者: Thomas Mueller's avatar Thomas Mueller

Remove deprecated getInstance()

上级 e699a245
......@@ -68,17 +68,6 @@ public class Csv implements SimpleRowSource {
private Writer output;
private boolean endOfLine, endOfFile;
/**
* Get a new object of this class.
*
* @deprecated use the public constructor instead
*
* @return the new instance
*/
public static Csv getInstance() {
return new Csv();
}
private int writeResultSet(ResultSet rs) throws SQLException {
try {
int rows = 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论