Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdgeisler committed Dec 7, 2022
1 parent e2633b1 commit 5375d63
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ public class ClientApi extends AbstractClientApi {
private final static String WEBSOCKET_SOURCE_URN = String.format("urn:%s:%s", ClientApi.class.getPackageName(), ClientApi.class.getClass().getSimpleName());
private final static Duration WEBSOCKET_PING_DELAY = Duration.ofSeconds(10);
private final static Duration WEBSOCKET_PING_TIMEOUT = WEBSOCKET_PING_DELAY.plusSeconds(1);
//private final String hostname;
//private final short port;
private final ObjectMapper objectMapper;

public final ClientDeviceApi device;
Expand Down

0 comments on commit 5375d63

Please sign in to comment.