Skip to content

Commit ab0406d

Browse files
author
Pankaj Agrawal
committed
chore: spotbug check
1 parent 15be299 commit ab0406d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

powertools-sqs/src/main/java/software/amazon/lambda/powertools/sqs/SQSBatchProcessingException.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public class SQSBatchProcessingException extends RuntimeException {
3333
private final List<SQSMessage> failures;
3434
private final List<Object> returnValues;
3535

36+
3637
public <T> SQSBatchProcessingException(final List<Exception> exceptions,
3738
final List<SQSMessage> failures,
3839
final List<T> successReturns) {

0 commit comments

Comments
 (0)