summaryrefslogtreecommitdiff
path: root/singleton-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'singleton-api.html')
-rw-r--r--singleton-api.html2
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>