Indented code, made the link to the userguide a deep link

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1076128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-03-02 07:31:46 +00:00
parent d999b5cefa
commit 8eda3ad6a4
1 changed files with 9 additions and 9 deletions

View File

@ -128,7 +128,7 @@ init.start();
EntityManagerFactory factory = ConcurrentUtils.initializeUnchecked(init);
</pre>
<p>Comprehensive documentation about the <code>concurrent</code> package is
available in the <a href="userguide.html">user guide</a>.</p>
available in the <a href="userguide.html#lang.concurrent.">user guide</a>.</p>
<h3>text.translate.*</h3>
<p>A common complaint with StringEscapeUtils was that its escapeXml and escapeHtml methods should not be escaping non-ASCII characters. We agreed and made the change while creating a modular approach to let users define their own escaping constructs. </p>
<p>The simplest way to show this is to look at the code that implements escapeXml:</p>