Skip to content

Commit

Permalink
openhab#14 Remove confusing comment from LongPolling.subscribe method
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Oeing <[email protected]>
  • Loading branch information
coeing committed Nov 18, 2020
1 parent b378d5f commit 6b0e0f8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ public void stop() {
}

/**
* Subscribe to events and store the subscription ID needed for long polling
*
* Method is synchronous.
* Subscribe to events and store the subscription ID needed for long polling.
*
* @param httpClient Http client to use for sending subscription request
* @return Subscription id
*/
private String subscribe(BoschHttpClient httpClient) throws LongPollingFailedException {
Expand Down

0 comments on commit 6b0e0f8

Please sign in to comment.