Author: jgomes
Date: Thu Nov 11 23:33:46 2010
New Revision: 1034207

URL: http://svn.apache.org/viewvc?rev=1034207&view=rev
Log:
Change source code formatting to be compatible with Compact Framework 
restrictions.

Modified:
    
activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/Commands/Message.cs

Modified: 
activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/Commands/Message.cs
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/Commands/Message.cs?rev=1034207&r1=1034206&r2=1034207&view=diff
==============================================================================
--- 
activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/Commands/Message.cs
 (original)
+++ 
activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/main/csharp/Commands/Message.cs
 Thu Nov 11 23:33:46 2010
@@ -70,7 +70,8 @@ namespace Apache.NMS.Stomp.Commands
         {
             Message cloneMessage = (Message) base.Clone();
 
-            cloneMessage.propertyHelper = new 
MessagePropertyIntercepter(cloneMessage, cloneMessage.properties, 
this.ReadOnlyProperties) { AllowByteArrays = false };
+            cloneMessage.propertyHelper = new 
MessagePropertyIntercepter(cloneMessage, cloneMessage.properties, 
this.ReadOnlyProperties);
+            cloneMessage.propertyHelper.AllowByteArrays = false;
             return cloneMessage;
         }
 


Reply via email to