SPRNET-1090

This commit is contained in:
markpollack
2009-07-28 05:58:35 +00:00
parent 85c75d4fe4
commit 865ae0fb86

View File

@@ -15,7 +15,7 @@ namespace Spring.Messaging.Listener
/// of the Message Ids of messages.
/// </remarks>
/// <author>Mark Pollack</author>
public class AbstractSendToQueueExceptionHandler : IInitializingObject, IApplicationContextAware
public abstract class AbstractSendToQueueExceptionHandler : IInitializingObject, IApplicationContextAware
{
private int maxRetry = 5;