Skip to content

Commit a8cfd6f

Browse files
committed
Call the correct constructor overload in CanBroker
1 parent c4edc98 commit a8cfd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/tel/schich/javacan/util/CanBroker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class CanBroker extends EventLoop {
7070
private volatile boolean loopback = true;
7171

7272
public CanBroker(ThreadFactory threadFactory) throws IOException {
73-
this(threadFactory, PROVIDER, DEFAULT_TIMEOUT);
73+
this(threadFactory, DEFAULT_TIMEOUT);
7474
}
7575

7676
public CanBroker(ThreadFactory threadFactory, Duration timeout) throws IOException {

0 commit comments

Comments
 (0)