X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FBlacklistSonePage.java;h=b16f4a0b9a306b702e586a0af4931ad56f2143fa;hb=6eaf09d4900d0287e07f77f9db3cd507864e251a;hp=d59ff968b7791aba5ae8520cf53b69d03db34b65;hpb=9d6e64f8548fd45e06a492d0b92099c27fddd378;p=Sone.git 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; - } - }