git-svn-id: https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1@551847 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonas B. Lim 2007-06-29 11:00:27 +00:00
parent a9223e42eb
commit eb9f1d02c7
1 changed files with 1 additions and 1 deletions

View File

@ -147,8 +147,8 @@ public class InactivityMonitor extends TransportFilter {
public void onException(IOException error) {
if( monitorStarted.get() ) {
stopMonitorThreads();
getTransportListener().onException(error);
}
getTransportListener().onException(error);
}