mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Suppress warnings in Gradle build
This commit is contained in:
+2
@@ -106,11 +106,13 @@ class RollbackRuleAttributeTests {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
static class MyException extends RuntimeException {
|
||||
}
|
||||
|
||||
// Name intentionally starts with MyException (including package) but does
|
||||
// NOT extend MyException.
|
||||
@SuppressWarnings("serial")
|
||||
static class MyException2 extends RuntimeException {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user