mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +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