Skip to content

Commit e994e06

Browse files
committed
suppress deprecation warnings for info.chain()
1 parent 3bfc022 commit e994e06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flapi-runtime/src/main/java/unquietcode/tools/flapi/runtime/BlockInvocationHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public final Object invoke(Object proxy, Method method, Object[] args) throws Th
8383

8484
// handles legacy concerns before the chainInfo() array existed by
8585
// synthesizing a new array from the older values
86+
@SuppressWarnings("deprecation")
8687
private Object invokeAndReturn(Method method, Object[] originalArgs, Object proxy, MethodInfo info) {
8788
final ChainInfo[] chain;
8889

0 commit comments

Comments
 (0)