From 6bb73948c60f63571115c6556f6b90293fd99432 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 13 Nov 2008 02:01:50 +0100 Subject: [PATCH] Reformatting. --- src/net/pterodactylus/jsite/core/Core.java | 8 ++++---- src/net/pterodactylus/jsite/main/Main.java | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/net/pterodactylus/jsite/core/Core.java b/src/net/pterodactylus/jsite/core/Core.java index 328e8ab..53cd6b7 100644 --- a/src/net/pterodactylus/jsite/core/Core.java +++ b/src/net/pterodactylus/jsite/core/Core.java @@ -59,8 +59,8 @@ public interface Core { * * @param node * The node to add - * @return true if the node was added, false - * if it was not added because it was already known + * @return true if the node was added, false if it + * was not added because it was already known * @throws UnknownHostException * if the hostname of the node can not be resolved */ @@ -86,8 +86,8 @@ public interface Core { * * @param node * The node to check - * @return true if the core is currently connected to the - * node, false otherwise + * @return true if the core is currently connected to the node, + * false otherwise */ public boolean isNodeConnected(Node node); diff --git a/src/net/pterodactylus/jsite/main/Main.java b/src/net/pterodactylus/jsite/main/Main.java index 0906ccd..e7c1d39 100644 --- a/src/net/pterodactylus/jsite/main/Main.java +++ b/src/net/pterodactylus/jsite/main/Main.java @@ -97,8 +97,8 @@ public class Main { } /** - * Tries to load each look & feel and adds it to the list of installed look & - * feels. + * Tries to load each look & feel and adds it to the list of installed look + * & feels. * * @see UIManager#setInstalledLookAndFeels(LookAndFeelInfo[]) * @param lookAndFeelInfos -- 2.7.4