diff options
Diffstat (limited to 'src/cli/runtime/TRef.cs')
-rw-r--r-- | src/cli/runtime/TRef.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/TRef.cs b/src/cli/runtime/TRef.cs index e8edcc85..d749793f 100644 --- a/src/cli/runtime/TRef.cs +++ b/src/cli/runtime/TRef.cs @@ -13,7 +13,7 @@ using System;
using System.Threading;
-namespace org.clojure.runtime
+namespace clojure.lang
{
public class TRef : TVal, IComparable{
|