Skip to content

Commit e8a3f2c

Browse files
author
Bhooshan Mogal
authored
Merge pull request #114 from data-integrations/fix-checkstyle
fix checkstyle
2 parents 07f2858 + c620c45 commit e8a3f2c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sqlserver-delta-plugins/src/main/java/io/cdap/delta/sqlserver/SqlServerConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public class SqlServerConfig extends PluginConfig {
4747
@Description("Timezone of the SqlServer. This is used when converting dates into timestamps.")
4848
private String serverTimezone;
4949

50-
@Description("Identifier for the SQLServer JDBC driver, which is the name used while uploading the SQLServer JDBC driver.")
50+
@Description("Identifier for the SQLServer JDBC driver, which is the name used while uploading the SQLServer " +
51+
"JDBC driver.")
5152
private String jdbcPluginName;
5253

5354
public SqlServerConfig(String host, int port, String user, String password,

0 commit comments

Comments
 (0)