Ton of code cleanup activities. Embraced newer APIs, fixed some uses of deprecated APIs. Couple of bugs along the way.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9549 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Daniel Henninger
2007-12-03 05:59:51 +00:00
committed by dhenninger
parent 7907c1f090
commit d627912d8c
127 changed files with 1495 additions and 2579 deletions

View File

@ -265,10 +265,8 @@ public final class MainWindow extends ChatFrame implements ActionListener {
catch (Exception ex) {
Log.error(ex);
}
finally {
// Close application.
System.exit(1);
}
// Close application.
System.exit(1);
}
/**