summaryrefslogtreecommitdiff
path: root/src/cli/runtime/IObj.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/runtime/IObj.cs')
-rw-r--r--src/cli/runtime/IObj.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/IObj.cs b/src/cli/runtime/IObj.cs
index 9e43174f..c94ef5dc 100644
--- a/src/cli/runtime/IObj.cs
+++ b/src/cli/runtime/IObj.cs
@@ -9,7 +9,7 @@
**/
using System;
-namespace org.clojure.runtime
+namespace clojure.lang
{
interface IObj
{