diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-08-08 01:05:55 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-08-08 01:05:55 -0700 |
commit | c3ae415e573d3b7b662cd9e2e26f3c21b3450867 (patch) | |
tree | e135f6f1c452f395f32114180380e3c9253f26f5 /singleton-api.html | |
parent | e61d6780abaff6a750f56a75d6d68ebace0181df (diff) |
Updated documentation for commit db7ac3aa9a5de29ac9c0107a21a790f90104ad3f
Diffstat (limited to 'singleton-api.html')
-rw-r--r-- | singleton-api.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/singleton-api.html b/singleton-api.html index 866d25c4..74488bd6 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/6dd2205627cd524894b1175da20ce9c5ac65aef7/src/clojure/contrib/singleton.clj#L28" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/db7ac3aa9a5de29ac9c0107a21a790f90104ad3f/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/6dd2205627cd524894b1175da20ce9c5ac65aef7/src/clojure/contrib/singleton.clj#L41" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/db7ac3aa9a5de29ac9c0107a21a790f90104ad3f/src/clojure/contrib/singleton.clj#L41" id="var-source">Source</a> </div> |