diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-07-24 10:37:11 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-07-24 10:37:11 -0700 |
commit | 8092ec45d0a93bbd407d659bc41c7c24c9fa2d58 (patch) | |
tree | d14fab0b4ff985887de76d96e0423fc496edff4c /singleton-api.html | |
parent | 8620bcb15e5ba65147002e1ebbec0b4ce4592091 (diff) |
Manual (forced) documentation build for commit e20e8effe977640592b1f285d6c666492d74df00
Diffstat (limited to 'singleton-api.html')
-rw-r--r-- | singleton-api.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/singleton-api.html b/singleton-api.html index 72afe32c..0f37f06c 100644 --- a/singleton-api.html +++ b/singleton-api.html @@ -104,7 +104,7 @@ safely and lazily initialize shared objects on a per-thread basis. 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 -http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5025230</pre> +<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/e20e8effe977640592b1f285d6c666492d74df00/src/clojure/contrib/singleton.clj#L41" id="var-source">Source</a> </div> |