Suppress warnings in Gradle build
This commit is contained in:
parent
25aa295c2c
commit
340f41af6d
|
|
@ -106,11 +106,13 @@ class RollbackRuleAttributeTests {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("serial")
|
||||||
static class MyException extends RuntimeException {
|
static class MyException extends RuntimeException {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Name intentionally starts with MyException (including package) but does
|
// Name intentionally starts with MyException (including package) but does
|
||||||
// NOT extend MyException.
|
// NOT extend MyException.
|
||||||
|
@SuppressWarnings("serial")
|
||||||
static class MyException2 extends RuntimeException {
|
static class MyException2 extends RuntimeException {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue