(StopWatch watch, HistoryRecord record, HistoryStatus status)
| 610 | } |
| 611 | |
| 612 | private final void log(StopWatch watch, HistoryRecord record, HistoryStatus status) { |
| 613 | log(watch, record, status, null, null); |
| 614 | } |
| 615 | |
| 616 | private final void log(StopWatch watch, HistoryRecord record, HistoryStatus status, HistoryResolution resolution, String message) { |
| 617 | record.setMigrationTime(watch.split() / 1000000L) |
no test coverage detected