summaryrefslogtreecommitdiff
path: root/src/cli/runtime/Obj.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/runtime/Obj.cs')
-rw-r--r--src/cli/runtime/Obj.cs2
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