From: David ‘Bombe’ Roden Date: Sat, 26 Apr 2008 11:15:05 +0000 (+0000) Subject: remove warnings X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=22d7dae2a03889c69cdf5845ef6676fcdb14e7fb;p=jSite2.git remove warnings git-svn-id: http://trooper/svn/projects/jSite/trunk@775 c3eda9e8-030b-0410-8277-bc7414b0a119 --- diff --git a/src/net/pterodactylus/jsite/gui/SwingInterface.java b/src/net/pterodactylus/jsite/gui/SwingInterface.java index a14cd7e..1e66d19 100644 --- a/src/net/pterodactylus/jsite/gui/SwingInterface.java +++ b/src/net/pterodactylus/jsite/gui/SwingInterface.java @@ -504,6 +504,7 @@ public class SwingInterface implements CoreListener { * Imports old jSite configuration. */ private void importConfig() { + /* TODO */ } /** @@ -527,12 +528,14 @@ public class SwingInterface implements CoreListener { * Connects to the node. */ private void nodeConnect() { + /* TODO */ } /** * Disconnects from the node. */ private void nodeDisconnect() { + /* TODO */ } /** @@ -571,12 +574,14 @@ public class SwingInterface implements CoreListener { * Clones a project. */ private void cloneProject() { + /* TODO */ } /** * Deletes a project. */ private void deleteProject() { + /* TODO */ } // @@ -604,18 +609,21 @@ public class SwingInterface implements CoreListener { * {@inheritDoc} */ public void nodeConnected(Node node) { + /* TODO */ } /** * {@inheritDoc} */ public void nodeConnecting(Node node) { + /* TODO */ } /** * {@inheritDoc} */ public void nodeDisconnected(Node node) { + /* TODO */ } }