WiserAssertions: suppress checkstyle rule IllegalThrows
This commit is contained in:
parent
af4b48e212
commit
d20322cc65
1 changed files with 1 additions and 0 deletions
|
@ -302,6 +302,7 @@ public final class WiserAssertions {
|
||||||
*
|
*
|
||||||
* @throws Throwable on error
|
* @throws Throwable on error
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("illegalthrows")
|
||||||
T get() throws Throwable;
|
T get() throws Throwable;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue