Skip to content

Commit e93d01e

Browse files
committed
Fix Checkstyle
1 parent 1ac4e29 commit e93d01e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/sdk-core/src/main/java/software/amazon/awssdk/core/exception/SdkException.java

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public interface Builder extends Buildable {
140140
default Builder numAttempts(Integer numAttempts) {
141141
throw new UnsupportedOperationException();
142142
}
143+
143144
/**
144145
* The number of times a request was attempted before this exception was thrown
145146
* @return the attempt count

0 commit comments

Comments
 (0)