Update errorprone

This commit is contained in:
Jason Penilla 2021-09-26 19:10:36 -07:00 committed by Jason
parent 8aa81b445e
commit 1b52e8c3bd
6 changed files with 10 additions and 7 deletions

View file

@ -28,7 +28,7 @@ import org.checkerframework.checker.nullness.qual.NonNull;
/**
* Wrapper for exceptions thrown during pipeline execution.
*
* @see #getCause() Use {@link #getCause()} to get the wrapped exception
* @see #getCause() Use getCause to get the wrapped exception
*/
public final class PipelineException extends RuntimeException {