(AddUpdateCommand cmd)
| 797 | String last = tlogFiles[tlogFiles.length - 1]; |
| 798 | return Long.parseLong(last.substring(TLOG_NAME.length() + 1)); |
| 799 | } |
| 800 | |
| 801 | public void add(AddUpdateCommand cmd) { |
| 802 | add(cmd, false); |
| 803 | } |
| 804 |
no test coverage detected