Author: tabish
Date: Thu Dec 17 15:41:30 2009
New Revision: 891775

URL: http://svn.apache.org/viewvc?rev=891775&view=rev
Log:
Update BrokerId to customize the ToString method.

Modified:
    
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerId.cs

Modified: 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerId.cs
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerId.cs?rev=891775&r1=891774&r2=891775&view=diff
==============================================================================
--- 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerId.cs
 (original)
+++ 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/BrokerId.cs
 Thu Dec 17 15:41:30 2009
@@ -54,8 +54,7 @@
         ///
         public override string ToString()
         {
-            return GetType().Name + "[ " + 
-                "Value = " + Value + " ]";
+            return this.value;
         }
 
         public string Value


Reply via email to