mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 00:58:24 +00:00
fix: Fix typos (#2834)
* fix typos * fix typo * fix typo * fix typos * fix typo
This commit is contained in:
@@ -29,8 +29,8 @@ import lombok.NonNull;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
/**
|
||||
* An implementation of a Lockable object. This is the the Sword of Aragorn and every creature wants
|
||||
* to posses it!
|
||||
* An implementation of a Lockable object. This is the Sword of Aragorn and every creature wants
|
||||
* to possess it!
|
||||
*/
|
||||
@Slf4j
|
||||
public class SwordOfAragorn implements Lockable {
|
||||
|
||||
Reference in New Issue
Block a user