summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Common/Collections/BlockingQueue.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Common/Collections/BlockingQueue.cs')
-rw-r--r--dotnet/Qpid.Common/Collections/BlockingQueue.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/dotnet/Qpid.Common/Collections/BlockingQueue.cs b/dotnet/Qpid.Common/Collections/BlockingQueue.cs
index 71fc9bf518..dcfacf8474 100644
--- a/dotnet/Qpid.Common/Collections/BlockingQueue.cs
+++ b/dotnet/Qpid.Common/Collections/BlockingQueue.cs
@@ -21,7 +21,7 @@
using System;
using System.Collections;
-namespace Qpid.Collections
+namespace Apache.Qpid.Collections
{
public abstract class BlockingQueue : Queue
{
@@ -92,3 +92,4 @@ namespace Qpid.Collections
}
}
+