Caused by https://github.com/openhab/openhab-addons/pull/10890

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2021-06-21 11:50:14 +02:00 committed by GitHub
parent 7c221d0fb7
commit 39c4cd0a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,8 @@ 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>
* <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>