X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FBlacklistSonePage.java;h=b16f4a0b9a306b702e586a0af4931ad56f2143fa;hp=d59ff968b7791aba5ae8520cf53b69d03db34b65;hb=4c831fb948000bc1730ebcde73eeb62317f4ac54;hpb=ffe8711403c25bebba67b0835174fa29b62b8fa7 diff --git a/src/main/java/net/pterodactylus/sone/web/BlacklistSonePage.java b/src/main/java/net/pterodactylus/sone/web/BlacklistSonePage.java index d59ff96..b16f4a0 100644 --- a/src/main/java/net/pterodactylus/sone/web/BlacklistSonePage.java +++ b/src/main/java/net/pterodactylus/sone/web/BlacklistSonePage.java @@ -37,7 +37,7 @@ public class BlacklistSonePage extends SoneTemplatePage { * The Sone web interface */ public BlacklistSonePage(Template template, WebInterface webInterface) { - super("blacklistSone.html", template, "Page.BlacklistSone.Title", webInterface); + super("blacklistSone.html", template, "Page.BlacklistSone.Title", webInterface, false); } // @@ -59,16 +59,4 @@ public class BlacklistSonePage extends SoneTemplatePage { } } - // - // SONETEMPLATEPAGE METHODS - // - - /** - * {@inheritDoc} - */ - @Override - protected boolean requiresLogin() { - return false; - } - }