File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
synchronizers/synchronizer-ws-server-durable-object Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 174174 * neither are present, the content will be loaded using the Persister's load
175175 * method. Prior to v5.0, these parameters were callbacks and the overall type
176176 * was non-generic.
177- * @param content If provided, this is a Content object from the the Persister
177+ * @param content If provided, this is a Content object from the Persister
178178 * that will be used to immediately wholesale update the Store.
179- * @param changes If provided, this is a Changes object from the the Persister
179+ * @param changes If provided, this is a Changes object from the Persister
180180 * that will be used to immediately incrementally update the Store. This takes
181181 * priority over the content argument above if present.
182182 * @category Creation
Original file line number Diff line number Diff line change 103103 *
104104 * When called, a LinkedRowIdsListener is given a reference to the Relationships
105105 * object, the Id of the Relationship that changed, and the Id of the first Row
106- * of the the linked list whose members changed.
106+ * of the linked list whose members changed.
107107 * @param relationships A reference to the Relationships object that changed.
108108 * @param relationshipId The Id of the Relationship that changed.
109- * @param firstRowId The Id of the first Row of the the linked list whose
109+ * @param firstRowId The Id of the first Row of the linked list whose
110110 * members changed.
111111 * @category Listener
112112 * @since v1.0.0
Original file line number Diff line number Diff line change 11911191 * transaction, primarily used so that you can indicate whether the transaction
11921192 * should be rolled back.
11931193 *
1194- * It provides both the the old and new Values in a two-part array. These
1194+ * It provides both the old and new Values in a two-part array. These
11951195 * describe the state of the changed Value in the Store at the _start_ of the
11961196 * transaction, and by the _end_ of the transaction.
11971197 *
Original file line number Diff line number Diff line change 203203 *
204204 * This is useful if you want to debug the synchronization process, though be
205205 * aware that this method is called very frequently. It is called with the Id
206- * of the client the message came _from_, the the Id of the client the message
206+ * of the client the message came _from_, the Id of the client the message
207207 * is to be forwarded _to_, and the remainder of the message itself.
208208 *
209209 * Since this method is called often, it should be performant. The path Id is
You can’t perform that action at this time.
0 commit comments