提交 dcb2971a 编写于 作者: D dongzl

Fix file name.

上级 45dcdde6
......@@ -23,9 +23,9 @@ import info.avalon566.shardingscaling.sync.jdbc.AbstractJdbcReader;
/**
* @author avalon566
*/
public class PostgresqlReader extends AbstractJdbcReader {
public class PostgreSQLReader extends AbstractJdbcReader {
public PostgresqlReader(RdbmsConfiguration rdbmsConfiguration) {
public PostgreSQLReader(RdbmsConfiguration rdbmsConfiguration) {
super(rdbmsConfiguration);
}
}
\ No newline at end of file
......@@ -28,7 +28,7 @@ import java.util.List;
/**
* @author avalon566
*/
public class PostgresqlWalReader extends AbstractRunner implements Reader {
public class PostgreSQLWalReader extends AbstractRunner implements Reader {
@Setter
private Channel channel;
......
......@@ -23,9 +23,9 @@ import info.avalon566.shardingscaling.sync.jdbc.AbstractJdbcWriter;
/**
* @author avalon566
*/
public class PostgresqlWriter extends AbstractJdbcWriter {
public class PostgreSQLWriter extends AbstractJdbcWriter {
public PostgresqlWriter(RdbmsConfiguration rdbmsConfiguration) {
public PostgreSQLWriter(RdbmsConfiguration rdbmsConfiguration) {
super(rdbmsConfiguration);
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册