From f90e0cae6af265344199c300d998460facf42db5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 15 Nov 2010 09:19:48 +0100 Subject: [PATCH] Complete javadoc. --- .../java/net/pterodactylus/sone/web/ajax/GetNotificationsAjaxPage.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.7.4