diff options
Diffstat (limited to 'src/cli/runtime/Obj.cs')
-rw-r--r-- | src/cli/runtime/Obj.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/Obj.cs b/src/cli/runtime/Obj.cs index 6848ee30..269a4156 100644 --- a/src/cli/runtime/Obj.cs +++ b/src/cli/runtime/Obj.cs @@ -13,7 +13,7 @@ using System;
using System.Collections.Specialized;
-namespace org.clojure.runtime
+namespace clojure.lang
{ public class Obj : IObj
|