From: David ‘Bombe’ Roden Date: Tue, 13 Sep 2011 08:30:44 +0000 (+0200) Subject: Fix whitespace. X-Git-Tag: 0.7^2~9 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=d1e544ed3eb9d821b67b2d076ea56c83d5576eb4 Fix whitespace. --- diff --git a/src/main/java/net/pterodactylus/sone/web/KnownSonesPage.java b/src/main/java/net/pterodactylus/sone/web/KnownSonesPage.java index 52e4239..e5acad5 100644 --- a/src/main/java/net/pterodactylus/sone/web/KnownSonesPage.java +++ b/src/main/java/net/pterodactylus/sone/web/KnownSonesPage.java @@ -108,4 +108,5 @@ public class KnownSonesPage extends SoneTemplatePage { templateContext.set("pagination", sonePagination); templateContext.set("knownSones", sonePagination.getItems()); } + } 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