comment cleanup

This commit is contained in:
markpollack
2008-09-04 18:30:44 +00:00
parent dff26cbcde
commit d31a867bbc
2 changed files with 1 additions and 2 deletions

View File

@@ -278,7 +278,6 @@ namespace Spring.Messaging.Ems.Listener
{
if (this.consumers == null)
{
logger.Debug("InitializingConsumers **********");
this.sessions = new HashedSet();
this.consumers = new HashedSet();
Connection con = SharedConnection;

View File

@@ -60,7 +60,7 @@ namespace Spring.Messaging.Nms.Connections
/// <summary>
/// Gets the target MessageProducer, the procder we are 'wrapping'
/// Gets the target MessageProducer, the producer we are 'wrapping'
/// </summary>
/// <value>The target MessageProducer.</value>
public IMessageProducer Target