mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
committed by
dhenninger
parent
7907c1f090
commit
d627912d8c
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user