summary refs log tree commit diff
path: root/crypto/src/bzip2/BZip2Constants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/bzip2/BZip2Constants.cs')
-rw-r--r--crypto/src/bzip2/BZip2Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/bzip2/BZip2Constants.cs b/crypto/src/bzip2/BZip2Constants.cs
index d238c5b76..81db7fa57 100644
--- a/crypto/src/bzip2/BZip2Constants.cs
+++ b/crypto/src/bzip2/BZip2Constants.cs
@@ -24,7 +24,7 @@
 
 using System;
 
-namespace Org.BouncyCastle.Apache.Bzip2
+namespace Org.BouncyCastle.Bzip2
 {
     /**
     * Base class for both the compress and decompress classes.