Skip to content

Commit

Permalink
Update api/src/main/java/jakarta/nosql/Id.java
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
  • Loading branch information
otaviojava and njr-11 committed Feb 20, 2024
1 parent 0ca3439 commit 2fa1e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/nosql/Id.java
Expand Up @@ -64,7 +64,7 @@

/**
* The name of the entity ID. Default value is {@code _id}.
* This value might be ignored if the NoSQL database has it keyword reserved for keys.
* This value might be ignored if the NoSQL database has a keyword reserved for keys.
* For example:
* {@code
* @Entity
Expand Down

0 comments on commit 2fa1e6e

Please sign in to comment.