mirror of
https://github.com/apache/activemq.git
synced 2025-02-08 19:15:20 +00:00
no jira - remove extraneous printStackTrace, ex is propagated up
This commit is contained in:
parent
487d4a112e
commit
30abc45f62
@ -134,7 +134,6 @@ public class SelectorWorker implements Runnable {
|
||||
}
|
||||
}
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
// Notify all the selections that the error occurred.
|
||||
Set<SelectionKey> keys = selector.keys();
|
||||
for (Iterator<SelectionKey> i = keys.iterator(); i.hasNext();) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user