resourcepool / ssdp-client

The most lightweight asynchronous Java SSDP (Simple Service Discovery Protocol) Client
Apache License 2.0
53 stars 21 forks source link

SsdpClient.create() should be static #2

Closed DavidMCarek closed 6 years ago

DavidMCarek commented 7 years ago

We are using this library for an Android app and came across the create() method inside the SsdpClient class. In the documentation the create() method is called in a static way. "SsdpClient.create()" The create method is currently non-static and cannot be called in the way the documentation specifies.

loicortola commented 6 years ago

Hello @DavidMCarek sorry I did not respond earlier. Let me make the correction and release the new version. Thanks :)

loicortola commented 6 years ago

@DavidMCarek , merged in 2.0.0. Be careful, most packages have changed after refactoring (just have to reimport)