Skip to content

Commit

Permalink
checkstyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolanmol1234 committed Feb 6, 2025
1 parent 6a491ca commit f77af93
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 149 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ public ConcurrentWriteOperationDetectedException() {
}

/**
* Constructs a new ConcurrentWriteOperationDetectedException with an error message.
* Constructs a new ConcurrentWriteOperationDetectedException with the specified error message.
*
* @param message the detail message.
*/
public ConcurrentWriteOperationDetectedException(String message) {
super(message);
Expand Down
Loading

0 comments on commit f77af93

Please sign in to comment.