Skip to content

Commit bf91360

Browse files
authored
Merge pull request #145 from mvallim/feature/test-container
Auto-created pull request into `develop` from `feature/test-container`
2 parents d36656a + 848e113 commit bf91360

4 files changed

Lines changed: 1293 additions & 1 deletion

File tree

amazon-sns-java-messaging-lib-template/src/main/java/com/amazon/sns/messaging/lib/exception/MaximumAllowedMessageException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* SNS. Contains the offending {@link RequestEntry} for diagnostic purposes.
2626
*/
2727
@Getter
28-
@SuppressWarnings({ "rawtypes", "unchecked" })
28+
@SuppressWarnings({ "rawtypes", "unchecked", "java:S1948" })
2929
public class MaximumAllowedMessageException extends RuntimeException {
3030

3131
private static final long serialVersionUID = -529663449633021689L;

0 commit comments

Comments
 (0)