✨ 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
|
|
@ -35,7 +35,7 @@ import java.util.function.BiConsumer;
|
|||
* A task recipe is a chain of tasks with optional synchronization steps,
|
||||
* that can be used to produce some sort of result from some input
|
||||
*/
|
||||
@SuppressWarnings("ALL")
|
||||
@SuppressWarnings({"unchecked", "rawtypes", "unused", "overloads"})
|
||||
public final class TaskRecipe {
|
||||
|
||||
private final TaskSynchronizer synchronizer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue