diff --git a/src/main/java/edu/unc/lib/boxc/migration/cdm/services/ExportObjectsService.java b/src/main/java/edu/unc/lib/boxc/migration/cdm/services/ExportObjectsService.java index f80fae0d..2ec9f1c9 100644 --- a/src/main/java/edu/unc/lib/boxc/migration/cdm/services/ExportObjectsService.java +++ b/src/main/java/edu/unc/lib/boxc/migration/cdm/services/ExportObjectsService.java @@ -57,7 +57,7 @@ private void validateProjectState() { } /** - * @param mappingPath Path CSV will output to. If null, then will output to temporary CSV + * @param mappingPath Path CSV will output to * @return CSVPrinter for writing to specified destination * @throws IOException */