Skip to content

Commit 1e0a4bf

Browse files
committed
Merge branch 'extractor-catalog-labels' of https://github.com/clowder-framework/clowder into extractor-catalog-labels
2 parents 7d54bc5 + feaccd7 commit 1e0a4bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/models/Extraction.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ case class ExtractorDetail(
7474
* @param bibtex bibtext formatted citation of relevant papers
7575
* @param maturity indicates whether this extractor is ready for public consumption
7676
* * For example: "Development" (default), "Staging", or "Production"
77-
* @param defaultLabels the categorization labels that were imported by default
78-
* * For example: "Development" (default), "Staging", or "Production"
77+
* @param defaultLabels the categorization label names that were imported by default
78+
* * For example: "Image", "Video", "Audio", etc
7979
* @param process events that should trigger this extractor to process
8080
* @param categories list of categories that apply to the extractor
8181
* @param parameters JSON schema representing allowed parameters

0 commit comments

Comments
 (0)