summaryrefslogtreecommitdiff
path: root/singleton-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-07-30 21:30:28 -0700
committerTom Faulhaber <git_net@infolace.com>2009-07-30 21:30:28 -0700
commit701e5d00a7053ed35825718b196dbfffb6d53825 (patch)
treee7afe8276fa280a65268b02f55e1d3fbe104a312 /singleton-api.html
parent8b80c49a4eae83d09003fcbfbe78c261398fb287 (diff)
Updated documentation for commit acbd2097ddfbe5db48b486b6b706bdb59d412a69
Diffstat (limited to 'singleton-api.html')
-rw-r--r--singleton-api.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/singleton-api.html b/singleton-api.html
index 8fb6262a..a59d6497 100644
--- a/singleton-api.html
+++ b/singleton-api.html
@@ -88,7 +88,7 @@ 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/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/singleton.clj#L28" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/singleton.clj#L28" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="singleton/per-thread-singleton">per-thread-singleton</h2>
@@ -105,7 +105,7 @@ 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/18c485c58f02e47b42e68f9e0d6ffec249b019ba/src/clojure/contrib/singleton.clj#L41" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/singleton.clj#L41" id="var-source">Source</a>
</div>