mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix broken Javadoc related to < and >
This commit is contained in:
committed by
Sebastien Deleuze
parent
71e2d8e9de
commit
2defb6555e
+2
-2
@@ -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 <tx:advice>} elements, the other uses annotations
|
||||
* in combination with the {@code <tx:annotation-driven>} 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
|
||||
|
||||
Reference in New Issue
Block a user