|
@@ -72,15 +72,8 @@ conforms to the document model and data format semantics.
|
72
|
72
|
|
73
|
73
|
This method exists mostly to enable following use cases:
|
74
|
74
|
|
75
|
|
-* **Collaborative editing**, when a change came from a different site and
|
76
|
|
- has already been normalized by heuristic rules on that site. Care must
|
77
|
|
- be taken to ensure that this change is based on the same revision
|
78
|
|
- of the document, and if not, transformed against any local changes
|
79
|
|
- before composing.
|
80
|
|
-* **Change history and revisioning**, when a change came from a revision
|
81
|
|
- history stored on a server or a database. Similarly, care must be
|
82
|
|
- taken to transform the change against any local (uncommitted) changes
|
83
|
|
- before composing.
|
|
75
|
+* **Collaborative editing**, when a change came from a different site and has already been normalized by heuristic rules on that site. Care must be taken to ensure that this change is based on the same revision of the document, and if not, transformed against any local changes before composing.
|
|
76
|
+* **Change history and revisioning**, when a change came from a revision history stored on a server or a database. Similarly, care must be taken to transform the change against any local (uncommitted) changes before composing.
|
84
|
77
|
|
85
|
78
|
When composing a change which came from a different site or server make
|
86
|
79
|
sure to use `ChangeSource.remote` when calling `compose()`. This allows
|