From 1c0080df5b7258f1318bbbd2cffd08dca62a7c10 Mon Sep 17 00:00:00 2001 From: RyanHolstien Date: Thu, 1 Sep 2022 13:32:29 -0500 Subject: [PATCH] fix(javadocs): remove ampersand from pdl causing issue in doc generation for openapi (#5808) --- .../com/linkedin/identity/CorpUserAppearanceSettings.pdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-models/src/main/pegasus/com/linkedin/identity/CorpUserAppearanceSettings.pdl b/metadata-models/src/main/pegasus/com/linkedin/identity/CorpUserAppearanceSettings.pdl index 654acfc4be..bb81b16074 100644 --- a/metadata-models/src/main/pegasus/com/linkedin/identity/CorpUserAppearanceSettings.pdl +++ b/metadata-models/src/main/pegasus/com/linkedin/identity/CorpUserAppearanceSettings.pdl @@ -5,7 +5,7 @@ namespace com.linkedin.identity */ record CorpUserAppearanceSettings { /** - * Flag whether the user should see a homepage with only datasets, charts & dashboards. Intended for users + * Flag whether the user should see a homepage with only datasets, charts and dashboards. Intended for users * who have less operational use cases for the datahub tool. */ showSimplifiedHomepage: optional boolean