Skip to content

Commit ab24fd2

Browse files
committed
cleanup
1 parent acf34ca commit ab24fd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wrapper/src/main/java/software/amazon/jdbc/plugin/efm2/HostMonitorServiceImpl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ protected HostMonitor getMonitor(final HostSpec hostSpec, final Properties prope
142142
hostSpec.getUrl(),
143143
(url) -> String.format(
144144
"%d:%d:%d:%s",
145-
failureDetectionTimeMillis,
146-
failureDetectionIntervalMillis,
147-
failureDetectionCount,
145+
this.failureDetectionTimeMillis,
146+
this.failureDetectionIntervalMillis,
147+
this.failureDetectionCount,
148148
url));
149149

150150
return this.coreMonitorService.runIfAbsent(

0 commit comments

Comments
 (0)