Remove unecessary "<<"

See gh-1343
This commit is contained in:
nkjackzhang 2017-03-03 12:00:57 +08:00 committed by Stephane Nicoll
parent ce69855274
commit 0e49c0e152
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ public interface TransactionDefinition {
* ({@link #PROPAGATION_SUPPORTS}). In the latter case, the flag will
* only apply to managed resources within the application, such as a
* Hibernate {@code Session}.
<< * <p>This just serves as a hint for the actual transaction subsystem;
* <p>This just serves as a hint for the actual transaction subsystem;
* it will <i>not necessarily</i> cause failure of write access attempts.
* A transaction manager which cannot interpret the read-only hint will
* <i>not</i> throw an exception when asked for a read-only transaction.