You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/10/29 23:22:45 UTC

svn commit: r831120 - /activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/policies/RedeliveryPolicy.cs

Author: tabish
Date: Thu Oct 29 22:22:44 2009
New Revision: 831120

URL: http://svn.apache.org/viewvc?rev=831120&view=rev
Log:
Remove uneeded using statements

Modified:
    activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/policies/RedeliveryPolicy.cs

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/policies/RedeliveryPolicy.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/policies/RedeliveryPolicy.cs?rev=831120&r1=831119&r2=831120&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/policies/RedeliveryPolicy.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/policies/RedeliveryPolicy.cs Thu Oct 29 22:22:44 2009
@@ -16,8 +16,6 @@
  */
 
 using System;
-using System.Collections.Generic;
-using System.Text;
 
 namespace Apache.NMS.Policies
 {