comment cleanup
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user