[freenet-cvs] r15639 - trunk/plugins/HelloWorld

nextgens at freenetproject.org nextgens at freenetproject.org
Mon Oct 29 10:33:38 UTC 2007


Author: nextgens
Date: 2007-10-29 10:33:38 +0000 (Mon, 29 Oct 2007)
New Revision: 15639

Modified:
   trunk/plugins/HelloWorld/HelloWorld.java
Log:
trivial

Modified: trunk/plugins/HelloWorld/HelloWorld.java
===================================================================
--- trunk/plugins/HelloWorld/HelloWorld.java	2007-10-29 10:33:28 UTC (rev 15638)
+++ trunk/plugins/HelloWorld/HelloWorld.java	2007-10-29 10:33:38 UTC (rev 15639)
@@ -21,7 +21,7 @@
 			try {
 				Thread.sleep(1000);
 			} catch (InterruptedException e) {
-				e.printStackTrace();
+				// Who cares ?
 			}
 		}
 	}




More information about the cvs mailing list