(@NotNull Changes changes, @NotNull Bean recent, @NotNull Log vlog)
| 83 | } |
| 84 | |
| 85 | public void collect(@NotNull Changes changes, @NotNull Bean recent, @NotNull Log vlog) { |
| 86 | // LogBean LogCollection 需要实现这个方法收集日志. |
| 87 | } |
| 88 | |
| 89 | public @NotNull Log beginSavepoint() { |
| 90 | return this; |
no outgoing calls
no test coverage detected