convert from content to target content @param fromLineObjects from content @param targetLineObjects target content @return convert short edit script
(List<LineObject> fromLineObjects, List<LineObject> targetLineObjects)
| 16 | * @return convert short edit script |
| 17 | */ |
| 18 | List<LineObject> diff(List<LineObject> fromLineObjects, List<LineObject> targetLineObjects); |
| 19 | |
| 20 | } |