(@NotNull Log log)
| 231 | } |
| 232 | |
| 233 | public void followerApply(@NotNull Log log) { |
| 234 | throw new UnsupportedOperationException(getClass().getName()); |
| 235 | } |
| 236 | |
| 237 | public @NotNull LogBean createLogBean() { |
| 238 | return new LogBean(parent, variableId, this); |
no test coverage detected