Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bugfix/DBZ-8129-ibmi-Connector-d…
Browse files Browse the repository at this point in the history
…oes-not-take-custom-properties-into-account-anymore' into bugfix/DBZ-8129-ibmi-Connector-does-not-take-custom-properties-into-account-anymore

# Conflicts:
#	debezium-connector-ibmi/src/main/java/io/debezium/connector/db2as400/As400RpcConnection.java
  • Loading branch information
wltmlx committed Aug 16, 2024
2 parents 698e242 + 2651b8a commit c9ab147
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ public Integer getToCcsid() {
return config.getInteger(TO_CCSID);
}

public boolean isSecure() {
return config.getBoolean(SECURE);
}

public String diagnosticsFolder() {
return config.getString(DIAGNOSTICS_FOLDER);
}
Expand Down

0 comments on commit c9ab147

Please sign in to comment.