mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-18 07:25:41 +00:00
docs: update optimistic offline lock
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user