Added missing </li> attributes in last comment section (#10890)

pull/10892/head
Puzzlr 2021-06-21 08:48:48 +02:00 committed by GitHub
parent 6a7e240060
commit cd8aa5d604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -93,10 +93,9 @@ public interface ConnectionListener {
* <ul> * <ul>
* <li>{@link #WRONG_APP_TOKEN} if the given application-token can't be used.</li> * <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 #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 #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>{@link #HOST_NOT_FOUND} if the host can't be found.</li>
* <li>{@link #INVALID_URL} if the the URL is invalid. * <li>{@link #INVALID_URL} if the the URL is invalid.</li>
* </li>
* </ul> * </ul>
* *
* @param newConnectionState of the connection * @param newConnectionState of the connection