Fixed javaDoc

This commit is contained in:
Sven Kubiak 2020-07-27 09:26:13 +02:00
parent b99be4f5fd
commit c45fc366ba
2 changed files with 2 additions and 2 deletions

View File

@ -154,8 +154,8 @@ public class Glance implements API {
* *
* @return PushoverResponse instance * @return PushoverResponse instance
* *
* @throws IOException if sending the message fails
* @throws InterruptedException if sending the message fails * @throws InterruptedException if sending the message fails
* @throws ExecutionException if sending the message fails
*/ */
@SuppressWarnings({ "rawtypes", "unchecked" }) @SuppressWarnings({ "rawtypes", "unchecked" })
public Future<PushoverResponse> pushAsync() throws InterruptedException, ExecutionException { public Future<PushoverResponse> pushAsync() throws InterruptedException, ExecutionException {

View File

@ -312,8 +312,8 @@ public class Message implements API {
* *
* @return PushoverResponse instance * @return PushoverResponse instance
* *
* @throws IOException if sending the message fails
* @throws InterruptedException if sending the message fails * @throws InterruptedException if sending the message fails
* @throws ExecutionException if sending the message fails
*/ */
@SuppressWarnings({ "unchecked", "rawtypes" }) @SuppressWarnings({ "unchecked", "rawtypes" })
public Future<PushoverResponse> pushAsync() throws InterruptedException, ExecutionException { public Future<PushoverResponse> pushAsync() throws InterruptedException, ExecutionException {