if (getCompareConfiguration().isRightEditable() && isRightDirty()) {
byte[] bytes = getContents(false);
if (leftEmpty && bytes != null && bytes.length == 0)
bytes = null;
setRightDirty(false);
content.saveRightContent(input, bytes);
}
}
protected void flushContent(Object input, IProgressMonitor monitor) {
flushLeftSide(input, monitor);