From d54b76cbe66cd2844fb927e75870a920868fc08a Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 9 Oct 2015 21:39:16 +0200 Subject: [PATCH] Auto-formatted whole project --- nbproject/project.xml | 30 +++++++++---------- .../jcoreswing/client/gui/ClientFrame.java | 4 ++- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/nbproject/project.xml b/nbproject/project.xml index 9677eed..1a27ca2 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -1,18 +1,18 @@ - org.netbeans.modules.java.j2seproject - - - jcore-swing - - - - - - - - - .\lib\nblibraries.properties - - + org.netbeans.modules.java.j2seproject + + + jcore-swing + + + + + + + + + .\lib\nblibraries.properties + + diff --git a/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java b/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java index a69c75e..710c0cd 100644 --- a/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java +++ b/src/org/mxchange/jcoreswing/client/gui/ClientFrame.java @@ -51,6 +51,7 @@ public interface ClientFrame extends FrameworkInterface { * call this method. *

* @param client Client instance + *

* @throws java.io.IOException If an IO error was found */ public void setupFrame (final Client client) throws IOException; @@ -58,7 +59,8 @@ public interface ClientFrame extends FrameworkInterface { /** * Initializes frame *

- * @throws org.mxchange.jcore.exceptions.FrameAlreadyInitializedException If this method has been called twice + * @throws org.mxchange.jcore.exceptions.FrameAlreadyInitializedException If + * this method has been called twice */ public void init () throws FrameAlreadyInitializedException; -- 2.39.5