Skip to content

Commit e2add37

Browse files
committed
extra comments
1 parent 377472d commit e2add37

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/main/java/tech/ydb/importer/config/SourceConfig.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
import org.jdom2.Element;
44

55
/**
6+
* Source configuration.
7+
*
8+
* <p>
9+
* The source configuration is used to specify the source database connection
10+
* parameters.
11+
* </p>
612
*
713
* @author zinal
814
*/

src/main/java/tech/ydb/importer/config/TargetConfig.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
import org.jdom2.Element;
44

55
/**
6+
* Target configuration.
7+
*
8+
* <p>
9+
* The target configuration is used to specify the target database connection
10+
* parameters and processing options.
11+
* </p>
612
*
713
* @author zinal
814
*/
@@ -16,6 +22,7 @@ public class TargetConfig extends tech.ydb.importer.config.JdomHelper {
1622
private String connectionString;
1723
private String tlsCertificateFile;
1824
private String saKeyFile;
25+
1926
private boolean replaceExisting;
2027
private boolean loadData;
2128
private int maxBatchRows;

0 commit comments

Comments
 (0)