diff options
Diffstat (limited to 'dotnet/Qpid.Client/qms/UrlSyntaxException.cs')
-rw-r--r-- | dotnet/Qpid.Client/qms/UrlSyntaxException.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client/qms/UrlSyntaxException.cs b/dotnet/Qpid.Client/qms/UrlSyntaxException.cs index dc0c06c22f..ab3de325d4 100644 --- a/dotnet/Qpid.Client/qms/UrlSyntaxException.cs +++ b/dotnet/Qpid.Client/qms/UrlSyntaxException.cs @@ -22,7 +22,7 @@ using System; using System.Runtime.Serialization; using System.Text; -namespace Qpid.Client.Qms +namespace Apache.Qpid.Client.Qms { [Serializable] public class UrlSyntaxException : UriFormatException |