Skip to content

Commit f77af93

Browse files
checkstyle fixes
1 parent 6a491ca commit f77af93

File tree

2 files changed

+150
-149
lines changed

2 files changed

+150
-149
lines changed

hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/contracts/exceptions/ConcurrentWriteOperationDetectedException.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ public ConcurrentWriteOperationDetectedException() {
3939
}
4040

4141
/**
42-
* Constructs a new ConcurrentWriteOperationDetectedException with an error message.
42+
* Constructs a new ConcurrentWriteOperationDetectedException with the specified error message.
43+
*
44+
* @param message the detail message.
4345
*/
4446
public ConcurrentWriteOperationDetectedException(String message) {
4547
super(message);

0 commit comments

Comments
 (0)