docs: update optimistic offline lock

This commit is contained in:
Ilkka Seppälä
2024-05-15 10:45:49 +03:00
parent 74316d302c
commit 876dce43f8
2 changed files with 94 additions and 88 deletions
@@ -32,7 +32,7 @@ package com.iluwatar.repository;
public interface JpaRepository<T> {
/**
* Get object by it's PK.
* Get object by its PK.
*
* @param id primary key
* @return {@link T}