mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
Added missing </li> attributes in last comment section (#10890)
This commit is contained in:
parent
6a7e240060
commit
cd8aa5d604
@ -93,10 +93,9 @@ public interface ConnectionListener {
|
||||
* <ul>
|
||||
* <li>{@link #WRONG_APP_TOKEN} if the given application-token can't be used.</li>
|
||||
* <li>{@link #WRONG_USER_OR_PASSWORD} if the given user name or password can't be used.</li>
|
||||
* <li>{@link #NO_USER_PASSWORD} if no user name or password is set and the given application-token can't be used.
|
||||
* <li>{@link #HOST_NOT_FOUND} if the host can't be found.
|
||||
* <li>{@link #INVALID_URL} if the the URL is invalid.
|
||||
* </li>
|
||||
* <li>{@link #NO_USER_PASSWORD} if no user name or password is set and the given application-token can't be used.</li>
|
||||
* <li>{@link #HOST_NOT_FOUND} if the host can't be found.</li>
|
||||
* <li>{@link #INVALID_URL} if the the URL is invalid.</li>
|
||||
* </ul>
|
||||
*
|
||||
* @param newConnectionState of the connection
|
||||
|
Loading…
Reference in New Issue
Block a user