From: David ‘Bombe’ Roden Date: Mon, 15 Nov 2010 08:19:48 +0000 (+0100) Subject: Complete javadoc. X-Git-Tag: 0.3-RC1~41 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=f90e0cae6af265344199c300d998460facf42db5 Complete javadoc. --- diff --git a/src/main/java/net/pterodactylus/sone/web/ajax/GetNotificationsAjaxPage.java b/src/main/java/net/pterodactylus/sone/web/ajax/GetNotificationsAjaxPage.java index 00e726d..2264b2e 100644 --- a/src/main/java/net/pterodactylus/sone/web/ajax/GetNotificationsAjaxPage.java +++ b/src/main/java/net/pterodactylus/sone/web/ajax/GetNotificationsAjaxPage.java @@ -35,9 +35,10 @@ import net.pterodactylus.util.notify.Notification; public class GetNotificationsAjaxPage extends JsonPage { /** - * TODO + * Creates a new “get notifications” AJAX handler. * * @param webInterface + * The Sone web interface */ public GetNotificationsAjaxPage(WebInterface webInterface) { super("ajax/getNotifications.ajax", webInterface);