mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
Fix typos in Javadoc, reference docs, and code
Closes gh-28822
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ import org.springframework.util.StringUtils;
|
||||
* {@link TransactionAttributeEditor} in this package.
|
||||
*
|
||||
* <p>Strings are in property syntax, with the form:<br>
|
||||
* {@code FQCN.methodName=<transaction attribute string>}
|
||||
* {@code FQCN.methodName=<transaction attribute string>}
|
||||
*
|
||||
* <p>For example:<br>
|
||||
* {@code com.mycompany.mycode.MyClass.myMethod=PROPAGATION_MANDATORY,ISOLATION_DEFAULT}
|
||||
|
||||
Reference in New Issue
Block a user