Skip to content

Commit

Permalink
Sql Trace check
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek mahalingam authored and vivek mahalingam committed Jul 10, 2024
1 parent d217bdd commit 171638b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class InformixDc extends AbstractDbDc {

private final MetricsCollector metricCollector;

public Boolean sqlTraceEnabled;
private Boolean sqlTraceEnabled;

public InformixDc(Map<String, Object> properties, String dbSystem, String dbDriver) throws SQLException {
super(properties, dbSystem, dbDriver);
Expand Down

0 comments on commit 171638b

Please sign in to comment.