Skip to content

Commit

Permalink
Add SuppressWarnings to MultiCauseIOException to unblock error-prone …
Browse files Browse the repository at this point in the history
…upgrade
  • Loading branch information
vorburger committed Oct 1, 2024
1 parent 2cccae6 commit 1c3c14f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ch/vorburger/exec/MultiCauseIOException.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*
* @author Michael Vorburger
*/
@SuppressWarnings("MemberName") // https://errorprone.info/bugpattern/MemberName
public class MultiCauseIOException extends IOException {

private static final long serialVersionUID = -2397961845533184622L;
Expand Down

0 comments on commit 1c3c14f

Please sign in to comment.