Skip to content

Commit

Permalink
A couple of typo fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
  • Loading branch information
jrenaat committed Jan 23, 2025
1 parent 1f0e056 commit 8d2c875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hibernate-core/src/main/java/org/hibernate/LockMode.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* <p>
* A partial order of lock modes is defined such that every
* optimistic lock mode is considered a weaker sort of lock than
* evey pessimistic lock mode. If a session already holds a
* every pessimistic lock mode. If a session already holds a
* stronger lock level on a given entity when a weaker lock level
* is requested, then the request for the weaker lock level has
* no effect.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.Mockito.mock;

public class UUidV6V7GenetartorTest {
public class UUidV6V7GeneratorTest {

private static final UUID NIL_UUID = new UUID( 0L, 0L );
private static final int ITERATIONS = 1_000_000;
Expand Down

0 comments on commit 8d2c875

Please sign in to comment.