diff --git a/content-packs/README.md b/content-packs/README.md index 42f3d3ef566..b1f06c33e88 100644 --- a/content-packs/README.md +++ b/content-packs/README.md @@ -16,7 +16,7 @@ They are as follows: The content covers basic commerce concepts such as Party, Product, Invoice and Shipping. The cloud information project has been archived. However, this is a useful starter set glossary, -The next four archives are build from the [archive writers in egeria-samples.git](https://github.com/odpi/egeria-samples/tree/main/sample-metadata-archives/coco-metadata-archives). +The next four archives are built from the [archive writers in egeria-samples.git](https://github.com/odpi/egeria-samples/tree/main/sample-metadata-archives/coco-metadata-archives). They supply metadata to support the Coco Pharmaceuticals scenarios. * **CocoBusinessSystemsArchive** provides a catalog of the business systems and the lineage between diff --git a/open-metadata-resources/open-metadata-archives/content-pack-helpers/src/main/java/org/odpi/openmetadata/samples/archiveutilities/SimpleCatalogArchiveHelper.java b/open-metadata-resources/open-metadata-archives/content-pack-helpers/src/main/java/org/odpi/openmetadata/samples/archiveutilities/SimpleCatalogArchiveHelper.java index 644e1d333ac..ebc2e5e455c 100644 --- a/open-metadata-resources/open-metadata-archives/content-pack-helpers/src/main/java/org/odpi/openmetadata/samples/archiveutilities/SimpleCatalogArchiveHelper.java +++ b/open-metadata-resources/open-metadata-archives/content-pack-helpers/src/main/java/org/odpi/openmetadata/samples/archiveutilities/SimpleCatalogArchiveHelper.java @@ -2471,6 +2471,8 @@ public void addGovernedByRelationship(String referenceableQName, * * @param referenceableQName qualified name of the referenceable * @param resourceQName qualified name of the second referenceable + * @param resourceUse string description + * @param watchResource should the resource be watched (boolean) */ public void addResourceListRelationship(String referenceableQName, String resourceQName,