}
private void onRemoteOp(List<DocOp> pretransformedUnackedClientOps,
List<DocOp> pretransformedQueuedClientOps) {
DocumentSelection selection = receiver.getSelection();
if (selection != null) {
// Transform the remote position with our unacked and queued doc ops
selection =
transformSelection(selection, pretransformedUnackedClientOps,
pretransformedQueuedClientOps);