Skip to content

Commit 340f41a

Browse files
committed
Suppress warnings in Gradle build
1 parent 25aa295 commit 340f41a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-tx/src/test/java/org/springframework/transaction/interceptor/RollbackRuleAttributeTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,13 @@ static class NestedException extends RuntimeException {
106106
}
107107
}
108108

109+
@SuppressWarnings("serial")
109110
static class MyException extends RuntimeException {
110111
}
111112

112113
// Name intentionally starts with MyException (including package) but does
113114
// NOT extend MyException.
115+
@SuppressWarnings("serial")
114116
static class MyException2 extends RuntimeException {
115117
}
116118

0 commit comments

Comments
 (0)