diff options
Diffstat (limited to 'src/cli/runtime/PersistentListMap.cs')
-rw-r--r-- | src/cli/runtime/PersistentListMap.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/PersistentListMap.cs b/src/cli/runtime/PersistentListMap.cs index 8f53d0db..dc432fcd 100644 --- a/src/cli/runtime/PersistentListMap.cs +++ b/src/cli/runtime/PersistentListMap.cs @@ -13,7 +13,7 @@ using System;
using System.Collections;
-namespace org.clojure.runtime
+namespace clojure.lang
{
/**
* Implementation of persistent map on a linked list
|