Skip to content

Commit 032c186

Browse files
committed
fix merge issue, bump to 1.0.5
1 parent aa05ff1 commit 032c186

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>obs-websocket-java</name>
77
<groupId>net.twasi</groupId>
88
<artifactId>obs-websocket-java</artifactId>
9-
<version>1.0.4-SNAPSHOT</version>
9+
<version>1.0.5</version>
1010

1111
<description>Library to connect to the OBS WebSocket interface.</description>
1212
<url>https://github.com/Twasi/obs-websocket-java</url>

src/main/java/net/twasi/obsremotejava/OBSRemoteController.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ public class OBSRemoteController {
2525
private StringCallback onConnectionFailed;
2626
private ErrorCallback onError;
2727

28-
private StringCallback onConnectionFailed;
29-
3028
private boolean failed;
3129

3230
public OBSRemoteController(String address, boolean debug, String password, boolean autoConnect) {

0 commit comments

Comments
 (0)