Fix general Observablity support as well as Rabbit Observability support
This commit is contained in:
@@ -1475,8 +1475,7 @@ public class ImplicitFunctionBindingTests {
|
||||
return new FunctionAroundWrapper() {
|
||||
|
||||
@Override
|
||||
protected Object doApply(Object input,
|
||||
FunctionInvocationWrapper targetFunction) {
|
||||
protected Object doApply(Object input, FunctionInvocationWrapper targetFunction) {
|
||||
return targetFunction.apply(input);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user