Update errorprone
This commit is contained in:
parent
8aa81b445e
commit
1b52e8c3bd
6 changed files with 10 additions and 7 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue