[Minor] typo

This commit is contained in:
Robert von Burg 2023-02-24 14:07:35 +01:00
parent db5f8756dd
commit a9535e58cb
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ public interface StrolchTransaction extends AutoCloseable {
/**
* Performs a read-lock on the given element. This means that the given element is locked by calling
* {@link #lock(StrolchRootElement)}, then the object is removed from cache, and then the object is ready again from
* {@link #lock(StrolchRootElement)}, then the object is removed from cache, and then the object is read again from
* the {@link ElementMap} so that we have the most current version of the element.
*/
<T extends StrolchRootElement> T readLock(T element) throws StrolchLockException;