File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/java/org/hibernate/orm/test/id/uuid/rfc9562 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 * <p>
2222 * A partial order of lock modes is defined such that every
2323 * optimistic lock mode is considered a weaker sort of lock than
24- * evey pessimistic lock mode. If a session already holds a
24+ * every pessimistic lock mode. If a session already holds a
2525 * stronger lock level on a given entity when a weaker lock level
2626 * is requested, then the request for the weaker lock level has
2727 * no effect.
Original file line number Diff line number Diff line change 1616import static org .assertj .core .api .Assertions .assertThat ;
1717import static org .mockito .Mockito .mock ;
1818
19- public class UUidV6V7GenetartorTest {
19+ public class UUidV6V7GeneratorTest {
2020
2121 private static final UUID NIL_UUID = new UUID ( 0L , 0L );
2222 private static final int ITERATIONS = 1_000_000 ;
You can’t perform that action at this time.
0 commit comments