SPRNET-1089 - Change DoStop() in AbstractListenerContainer to protected

This commit is contained in:
markpollack
2009-07-28 07:09:28 +00:00
parent 2302c5ac9d
commit 326b6d5d19

View File

@@ -164,7 +164,7 @@ namespace Spring.Messaging.Listener
/// <summary>
/// Stops peeking on the message queue.
/// </summary>
public override void DoStop()
protected override void DoStop()
{
base.DoStop();
stopEvent.Set();