Skip to content

Commit f9963ca

Browse files
committed
cosmetic #11766
1 parent 36f36f7 commit f9963ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/dataverse-spi/src/main/java/io/gdcc/spi/export/ExportDataProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public interface ExportDataProvider {
2121
* OAI_ORE export are the only two that provide 'complete'
2222
* dataset-level metadata along with basic file metadata for each file
2323
* in the dataset.
24-
* @param options - optional argument(s). currently supports DatasetMetadataOnly:
24+
* @param options - optional argument(s). needs to support ExportDataOption.DatasetMetadataOnly:
2525
* in a situation where we need to generate a format like DC,
2626
* that has no use for file-level metadata, it makes sense to
2727
* skip retrieving and formatting it, since there can be quite a few
@@ -63,7 +63,7 @@ public interface ExportDataProvider {
6363
* Intended for datasets with massive numbers of tabular files and datavariables.
6464
* @param offset (can be null)
6565
* @param length (can be null)
66-
* @param options (optional) supports PublicFilesOnly;
66+
* @param options (optional) current use case is ExportDataOption.PublicFilesOnly;
6767
* @return json array containing the datafile/filemetadata->datatable->datavariable metadata
6868
* @throws ExportException
6969
*/

0 commit comments

Comments
 (0)