File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dbus-java/src/main/java/org/freedesktop/dbus/connections Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public abstract class AbstractConnection implements Closeable {
124124 private ExecutorService senderService ;
125125
126126 protected AbstractConnection (String address ) throws DBusException {
127- this (address , AbstractConnection .TIMEOUT );
127+ this (address , AbstractConnection .TIMEOUT );
128128 }
129129
130130 protected AbstractConnection (String address , int timeout ) throws DBusException {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public class DirectConnection extends AbstractConnection {
5656 * @throws DBusException on error
5757 */
5858 public DirectConnection (String address ) throws DBusException {
59- this (address , AbstractConnection .TIMEOUT );
59+ this (address , AbstractConnection .TIMEOUT );
6060 }
6161
6262 /**
You can’t perform that action at this time.
0 commit comments