Merge branch '6.0.x' (javadoc changes)

This commit is contained in:
Simon Baslé
2023-05-16 15:05:42 +02:00
19 changed files with 33 additions and 36 deletions

View File

@@ -70,7 +70,7 @@ public enum Isolation {
/**
* A constant indicating that dirty reads, non-repeatable reads, and phantom
* reads are prevented.
* <p>This level includes the prohibitions in {@link #ISOLATION_REPEATABLE_READ}
* <p>This level includes the prohibitions in {@link #REPEATABLE_READ}
* and further prohibits the situation where one transaction reads all rows that
* satisfy a {@code WHERE} condition, a second transaction inserts a row
* that satisfies that {@code WHERE} condition, and the first transaction