aboutsummaryrefslogtreecommitdiff
path: root/singleton-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'singleton-api.html')
-rw-r--r--singleton-api.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/singleton-api.html b/singleton-api.html
index 2588084f..3ce144d6 100644
--- a/singleton-api.html
+++ b/singleton-api.html
@@ -81,7 +81,8 @@ cache the value for all subsequent calls.
Warning: global singletons are often unsafe in multi-threaded code.
Consider per-thread-singleton instead.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L28" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/singleton.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/singleton.clj#L28" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -99,7 +100,8 @@ Warning: due to a bug in JDK 5, it may not be safe to use a
per-thread-singleton in the initialization function for another
per-thread-singleton. See
<a href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230">http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230</a></pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/singleton.clj#L41" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/singleton.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/singleton.clj#L41" id="var-source">Source</a>
</div>