✨ Add errorprone and fix warnings/errors
The compiler will also treat all warnings as errors from now on.
This commit is contained in:
parent
6ffee9d04f
commit
cfac2639ad
101 changed files with 309 additions and 146 deletions
|
|
@ -32,6 +32,8 @@ import org.checkerframework.checker.nullness.qual.NonNull;
|
|||
*/
|
||||
public final class PipelineException extends RuntimeException {
|
||||
|
||||
private static final long serialVersionUID = -7092487758537841656L;
|
||||
|
||||
/**
|
||||
* Construct a new pipeline exception
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue