summaryrefslogtreecommitdiff
path: root/src/cli/runtime/PersistentArrayMap.cs
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2006-06-11 17:05:43 +0000
committerRich Hickey <richhickey@gmail.com>2006-06-11 17:05:43 +0000
commit8671005cec92c0ad806828eb4df605b17aadae4c (patch)
tree9b96866fc8c617b5b91c7e0365d19e155dad799d /src/cli/runtime/PersistentArrayMap.cs
parent63b40e8e3713954a366563594e548c9528008f45 (diff)
renamed package to clojure.lang
Diffstat (limited to 'src/cli/runtime/PersistentArrayMap.cs')
-rw-r--r--src/cli/runtime/PersistentArrayMap.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/PersistentArrayMap.cs b/src/cli/runtime/PersistentArrayMap.cs
index ebb217a4..7d789af5 100644
--- a/src/cli/runtime/PersistentArrayMap.cs
+++ b/src/cli/runtime/PersistentArrayMap.cs
@@ -11,7 +11,7 @@
using System;
using System.Collections;
-namespace org.clojure.runtime
+namespace clojure.lang
{
/**