X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpage%2FPageToadletFactory.java;h=0abf3a562daa4b6b00efda4027a7325c50413702;hb=0df5e91852f737d760c5a9f54c5667309fbadcc2;hp=e78803989520bcb26c5782adb4f9dc5ff19f3f16;hpb=45f92ec63dbf8134d92ceed67294faa38117b195;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/web/page/PageToadletFactory.java b/src/main/java/net/pterodactylus/sone/web/page/PageToadletFactory.java index e788039..0abf3a5 100644 --- a/src/main/java/net/pterodactylus/sone/web/page/PageToadletFactory.java +++ b/src/main/java/net/pterodactylus/sone/web/page/PageToadletFactory.java @@ -23,7 +23,7 @@ import freenet.client.HighLevelSimpleClient; /** * Factory that creates {@link PageToadlet}s using a given * {@link HighLevelSimpleClient}. - * + * * @author David ‘Bombe’ Roden */ public class PageToadletFactory { @@ -36,7 +36,7 @@ public class PageToadletFactory { /** * Creates a new {@link PageToadlet} factory. - * + * * @param highLevelSimpleClient * The client to use when creating the toadlets * @param pathPrefix @@ -50,7 +50,7 @@ public class PageToadletFactory { /** * Creates a {@link PageToadlet} that wraps the given page and does not * appear in the node’s menu. - * + * * @param page * The page to wrap * @return The toadlet wrapped around the page @@ -62,7 +62,7 @@ public class PageToadletFactory { /** * Creates a {@link PageToadlet} that wraps the given page and appears in * the node’s menu under the given name. - * + * * @param page * The page to wrap * @param menuName