Author: nextgens
Date: 2008-05-20 15:47:40 +0000 (Tue, 20 May 2008)
New Revision: 19970
Modified:
trunk/freenet/src/freenet/node/NodeStarter.java
Log:
trivial commit to test the smartbear integration
Modified: trunk/freenet/src/freenet/node/NodeStarter.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStarter.java 2008-05-20 15:32:20 UTC
(rev 19969)
+++ trunk/freenet/src/freenet/node/NodeStarter.java 2008-05-20 15:47:40 UTC
(rev 19970)
@@ -26,11 +26,9 @@
/**
- *
- * @author nextgens
- *
- * A class to tie the wrapper and the node (needed for self-restarting
support)
+ * @author nextgens
*
+ * A class to tie the wrapper and the node (needed for self-restarting
support)
*/
public class NodeStarter implements WrapperListener
{