Fixed javaDoc
This commit is contained in:
parent
b99be4f5fd
commit
c45fc366ba
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user