diff --git a/.gitignore b/.gitignore index e9868fecb9f..719d3d797fb 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,10 @@ maven-eclipse.xml .cache-main .cache-tests +# DrawIO temporary files +*.dtmp +*.bkp + # emacs files *# *~ diff --git a/open-metadata-implementation/repository-services/repository-services-apis/src/main/java/org/odpi/openmetadata/repositoryservices/connectors/stores/metadatacollectionstore/repositoryconnector/OMRSMetadataCollectionManager.java b/open-metadata-implementation/repository-services/repository-services-apis/src/main/java/org/odpi/openmetadata/repositoryservices/connectors/stores/metadatacollectionstore/repositoryconnector/OMRSMetadataCollectionManager.java index 2ee41ee04ea..4947073e131 100644 --- a/open-metadata-implementation/repository-services/repository-services-apis/src/main/java/org/odpi/openmetadata/repositoryservices/connectors/stores/metadatacollectionstore/repositoryconnector/OMRSMetadataCollectionManager.java +++ b/open-metadata-implementation/repository-services/repository-services-apis/src/main/java/org/odpi/openmetadata/repositoryservices/connectors/stores/metadatacollectionstore/repositoryconnector/OMRSMetadataCollectionManager.java @@ -115,7 +115,7 @@ public interface OMRSMetadataCollectionManager /** - * Return the maximum PageSize + * Return the maximum page size * * @return maximum number of elements that can be retrieved on a request. */ @@ -131,9 +131,9 @@ public interface OMRSMetadataCollectionManager /** - * Return the unique Id for this metadata collection. + * Return the unique id for this metadata collection. * - * @return String unique Id + * @return String unique id */ String getMetadataCollectionId(); @@ -141,7 +141,7 @@ public interface OMRSMetadataCollectionManager /** * Set up the unique Id for this metadata collection. * - * @param metadataCollectionId String unique Id + * @param metadataCollectionId String unique id */ void setMetadataCollectionId(String metadataCollectionId); diff --git a/open-metadata-resources/open-metadata-archives/open-metadata-types/src/main/java/org/odpi/openmetadata/opentypes/OpenMetadataTypesArchive.java b/open-metadata-resources/open-metadata-archives/open-metadata-types/src/main/java/org/odpi/openmetadata/opentypes/OpenMetadataTypesArchive.java index 0661a332dd5..247bc28f724 100644 --- a/open-metadata-resources/open-metadata-archives/open-metadata-types/src/main/java/org/odpi/openmetadata/opentypes/OpenMetadataTypesArchive.java +++ b/open-metadata-resources/open-metadata-archives/open-metadata-types/src/main/java/org/odpi/openmetadata/opentypes/OpenMetadataTypesArchive.java @@ -519,7 +519,7 @@ private TypeDefPatch updateNetworkGatewayLinkRelationship() final String attribute3Name = "externalEndpointAddress"; final String attribute3Description = "Network address used by callers to the network gateway."; final String attribute3DescriptionGUID = null; - final String attribute4Name = "externalEndpointAddress"; + final String attribute4Name = "internalEndpointAddress"; final String attribute4Description = "Network address that the network gateway maps the request to."; final String attribute4DescriptionGUID = null;