diff options
Diffstat (limited to 'src/cli/runtime/PersistentArray.cs')
-rw-r--r-- | src/cli/runtime/PersistentArray.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/PersistentArray.cs b/src/cli/runtime/PersistentArray.cs index cec59dcc..6167b67e 100644 --- a/src/cli/runtime/PersistentArray.cs +++ b/src/cli/runtime/PersistentArray.cs @@ -14,7 +14,7 @@ using System; using System.Threading;
using System.Collections;
-namespace org.clojure.runtime
+namespace clojure.lang
{
/**
* Note that instances of this class are constant values
|