| View Source
Represents a change between one or several lines. changeType
tells if the change happened in source or target. lineNumber
holds the line number of the first modified line. This line number refers to
a line in source or target, depending on the changeType value.
changedLines is a list of strings, each string is a line that
is already highlighted, indicating where the changes are.
author: Bruno Farache |