Fix broken Javadoc related to < and >

This commit is contained in:
Johnny Lim
2015-10-14 16:49:42 +09:00
committed by Sebastien Deleuze
parent 71e2d8e9de
commit 2defb6555e
24 changed files with 48 additions and 48 deletions

View File

@@ -29,8 +29,8 @@ import org.springframework.beans.factory.xml.NamespaceHandlerSupport;
* to declaratively manage transactions.
*
* <p>One approach uses transaction semantics defined in XML using the
* {@code &lt;tx:advice&gt;} elements, the other uses annotations
* in combination with the {@code &lt;tx:annotation-driven&gt;} element.
* {@code <tx:advice>} elements, the other uses annotations
* in combination with the {@code <tx:annotation-driven>} element.
* Both approached are detailed to great extent in the Spring reference manual.
*
* @author Rob Harrop