From: David ‘Bombe’ Roden Date: Tue, 20 Sep 2011 20:37:22 +0000 (+0200) Subject: Enhance javadoc. X-Git-Tag: 0.7^2~2^2~64 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=c2bc2e45d2a57af6e5017cfa1d2c8ace8fd883fc Enhance javadoc. --- 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);