WiserAssertions: suppress checkstyle rule IllegalThrows

This commit is contained in:
Paul Campbell 2016-06-02 20:56:22 +01:00
parent af4b48e212
commit d20322cc65

View file

@ -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;
} }
} }