Skip to content

Commit fd86e88

Browse files
committed
Issue #76 - Add SuppressWarning
1 parent 12eb3f9 commit fd86e88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/ch/powerunit/extensions/exceptions/InternalHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ private InternalHelper() {
4242
});
4343
}
4444

45+
@SuppressWarnings("squid:S00112") // This method must throw Throwable
4546
private static Object passthruInvoker(Object target, Method method, Object[] args) throws Throwable {
4647
try {
4748
return method.invoke(target, args);

0 commit comments

Comments
 (0)