From c2bc2e45d2a57af6e5017cfa1d2c8ace8fd883fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 20 Sep 2011 22:37:22 +0200 Subject: [PATCH] Enhance javadoc. --- src/main/java/net/pterodactylus/sone/web/EditAlbumPage.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/java/net/pterodactylus/sone/web/EditAlbumPage.java b/src/main/java/net/pterodactylus/sone/web/EditAlbumPage.java index c3c2525..8e3a3e9 100644 --- a/src/main/java/net/pterodactylus/sone/web/EditAlbumPage.java +++ b/src/main/java/net/pterodactylus/sone/web/EditAlbumPage.java @@ -24,17 +24,19 @@ import net.pterodactylus.util.template.TemplateContext; import net.pterodactylus.util.web.Method; /** - * TODO + * Page that lets the user edit the name and description of an album. * * @author David ‘Bombe’ Roden */ public class EditAlbumPage extends SoneTemplatePage { /** - * TODO + * Creates a new “edit album” page. * * @param template + * The template to render * @param webInterface + * The Sone web interface */ public EditAlbumPage(Template template, WebInterface webInterface) { super("editAlbum.html", template, "Page.EditAlbum.Title", webInterface, true); -- 2.7.4