Skip to content

Commit

Permalink
Update api/src/main/java/jakarta/data/Update.java
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Rauh <[email protected]>
  • Loading branch information
otaviojava and njr-11 authored Oct 7, 2023
1 parent f571684 commit a30c43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/data/Update.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
* }
* </pre>
* <p>If this annotation is combined with other operation annotations (e.g., {@code @Insert}, {@code @Delete},
* {@code @Save}), it will throw an {@link IllegalStateException} as only one operation type can be specified.</p>
* {@code @Save}), it will throw an {@link UnsupportedOperationException} as only one operation type can be specified.</p>
* @see jakarta.data.exceptions.OptimisticLockingFailureException
*/
@Documented
Expand Down

0 comments on commit a30c43c

Please sign in to comment.