From bdec866b2bc3f5790d3ac66c536a5c29abc02651 Mon Sep 17 00:00:00 2001 From: Kevin Knight <57677197+kevin-m-knight-gs@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:15:39 -0500 Subject: [PATCH] Fix typos in protocol generation configurations (#2580) --- .../src/main/resources/core_authentication.protocol.json | 2 +- .../core_external_query_graphql.introspection.protocol.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/legend-engine-xts-authentication/legend-engine-xt-authentication-protocol/src/main/resources/core_authentication.protocol.json b/legend-engine-xts-authentication/legend-engine-xt-authentication-protocol/src/main/resources/core_authentication.protocol.json index 4087536379e..aff09ace1b9 100644 --- a/legend-engine-xts-authentication/legend-engine-xt-authentication-protocol/src/main/resources/core_authentication.protocol.json +++ b/legend-engine-xts-authentication/legend-engine-xt-authentication-protocol/src/main/resources/core_authentication.protocol.json @@ -1,5 +1,5 @@ { - "purePackage": "meta::pure::runtime::connection::authentication::", + "purePackage": "meta::pure::runtime::connection::authentication", "javaPackage": "org.finos.legend.engine.protocol.pure.v1.model.packageableElement.authentication.specification", "elementsToBeExcluded": [ ] diff --git a/legend-engine-xts-graphQL/legend-engine-xt-graphQL-protocol/src/main/resources/core_external_query_graphql.introspection.protocol.json b/legend-engine-xts-graphQL/legend-engine-xt-graphQL-protocol/src/main/resources/core_external_query_graphql.introspection.protocol.json index 14933250005..48c88da7624 100644 --- a/legend-engine-xts-graphQL/legend-engine-xt-graphQL-protocol/src/main/resources/core_external_query_graphql.introspection.protocol.json +++ b/legend-engine-xts-graphQL/legend-engine-xt-graphQL-protocol/src/main/resources/core_external_query_graphql.introspection.protocol.json @@ -1,6 +1,6 @@ { - "purePackage": "meta::external::query::graphQL::metamodel::introspection::", + "purePackage": "meta::external::query::graphQL::metamodel::introspection", "javaPackage": "org.finos.legend.engine.protocol.graphQL.introspection.model", "elementsToBeExcluded": [ ] -} \ No newline at end of file +}