checkstyle

This commit is contained in:
Oleg Zhurakousky
2022-03-21 16:37:18 +01:00
parent 8dabf3248e
commit 5ef56a90f0

View File

@@ -1435,7 +1435,7 @@ public class SimpleFunctionRegistry implements FunctionRegistry {
return this.originalMessage;
}
}
public static class PassThruFunction implements Function<Object, Object> {
@Override
public Object apply(Object t) {