@@ -37,7 +37,7 @@ public interface TemporalDocumentManager<R extends AbstractReadHandle, W extends
3737 * bitemporal data management</a>.
3838 * @param template the template for constructing the document uri
3939 * @param metadataHandle a handle for writing the metadata of the document
40- * @param content an IO representation of the document content
40+ * @param contentHandle an IO representation of the document content
4141 * @param transform a server transform to modify the document content
4242 * @param transaction an open transaction under which the document may have been created or deleted
4343 * @param temporalCollection the name of the temporal collection existing in the database into
@@ -60,7 +60,7 @@ public DocumentDescriptor create(DocumentUriTemplate template,
6060 * bitemporal data management</a>.
6161 * @param desc a descriptor for the URI identifier, format, and mimetype of the document
6262 * @param metadataHandle a handle for writing the metadata of the document
63- * @param content an IO representation of the document content
63+ * @param contentHandle an IO representation of the document content
6464 * @param transform a server transform to modify the document content
6565 * @param transaction an open transaction under which the document may have been created or deleted
6666 * @param temporalCollection the name of the temporal collection existing in the database into
@@ -82,7 +82,7 @@ public void write(DocumentDescriptor desc,
8282 * bitemporal data management</a>.
8383 * @param docId the URI identifier for the document
8484 * @param metadataHandle a handle for writing the metadata of the document
85- * @param content an IO representation of the document content
85+ * @param contentHandle an IO representation of the document content
8686 * @param transform a server transform to modify the document content
8787 * @param transaction an open transaction under which the document may have been created or deleted
8888 * @param temporalCollection the name of the temporal collection existing in the database into
@@ -134,7 +134,7 @@ public void delete(String docId,
134134 * at a specific system time
135135 * @param template the template for constructing the document uri
136136 * @param metadataHandle a handle for writing the metadata of the document
137- * @param content an IO representation of the document content
137+ * @param contentHandle an IO representation of the document content
138138 * @param transform a server transform to modify the document content
139139 * @param transaction an open transaction under which the document may have been created or deleted
140140 * @param temporalCollection the name of the temporal collection existing in the database into
@@ -159,7 +159,7 @@ public DocumentDescriptor create(DocumentUriTemplate template,
159159 * at a specific system time
160160 * @param desc a descriptor for the URI identifier, format, and mimetype of the document
161161 * @param metadataHandle a handle for writing the metadata of the document
162- * @param content an IO representation of the document content
162+ * @param contentHandle an IO representation of the document content
163163 * @param transform a server transform to modify the document content
164164 * @param transaction an open transaction under which the document may have been created or deleted
165165 * @param temporalCollection the name of the temporal collection existing in the database into
@@ -183,7 +183,7 @@ public void write(DocumentDescriptor desc,
183183 * at a specific system time
184184 * @param docId the URI identifier for the document
185185 * @param metadataHandle a handle for writing the metadata of the document
186- * @param content an IO representation of the document content
186+ * @param contentHandle an IO representation of the document content
187187 * @param transform a server transform to modify the document content
188188 * @param transaction an open transaction under which the document may have been created or deleted
189189 * @param temporalCollection the name of the temporal collection existing in the database into
0 commit comments