fixed javadoc

This commit is contained in:
Sven Kubiak 2015-12-08 22:06:13 +01:00
parent 56f71844fa
commit ceaf8d1bc8

View File

@ -213,8 +213,8 @@ public class JPushover {
* notification.
* Only required if priority is set to emergency.
*
* @param callback
* @return
* @param callback The callback URL
* @return JPushover instance
*/
public JPushover callback(String callback) {
this.pushoverCallback = callback;