diff -r 74139325d305 -r 1f9e5757caf4 src/org/sonews/ShutdownHook.java
--- a/src/org/sonews/ShutdownHook.java Sun Aug 29 18:17:37 2010 +0200
+++ b/src/org/sonews/ShutdownHook.java Fri Oct 14 17:50:35 2011 +0200
@@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
-
package org.sonews;
import java.sql.SQLException;
@@ -27,15 +26,13 @@
* @author Christian Lins
* @since sonews/0.5.0
*/
-class ShutdownHook extends Thread
-{
+class ShutdownHook extends Thread {
/**
* Called when the JVM exits.
*/
@Override
- public void run()
- {
+ public void run() {
System.out.println("sonews: Trying to shutdown all threads...");
Map threadsMap = Thread.getAllStackTraces();