Author: clebert.suconic(a)jboss.com
Date: 2011-06-01 14:37:25 -0400 (Wed, 01 Jun 2011)
New Revision: 10762
Modified:
branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerMessageImpl.java
Log:
typo
Modified:
branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerMessageImpl.java
===================================================================
---
branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerMessageImpl.java 2011-06-01
18:26:38 UTC (rev 10761)
+++
branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/ServerMessageImpl.java 2011-06-01
18:37:25 UTC (rev 10762)
@@ -274,7 +274,7 @@
public String toString()
{
return "ServerMessage[messageID=" + messageID + ",priority=" +
this.getPriority() +
- ",expiration" + this.getExpiration() + ", durable=" +
durable + ", address=" + getAddress() + ",properties=" +
properties.toString() + "]";
+ ",expiration=" + this.getExpiration() + ", durable=" +
durable + ", address=" + getAddress() + ",properties=" +
properties.toString() + "]";
}
// FIXME - this is stuff that is only used in large messages