Skip to content

Commit 3e806d8

Browse files
Fix xml comments warnings (#4683)
1 parent 80faef7 commit 3e806d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client/Microsoft.Identity.Client.Broker/BrokerExtension.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public static PublicClientApplicationBuilder WithBroker(this PublicClientApplica
5757
/// Use this API to enable SsoPolicy enforcement.
5858
/// Should only be utilized by Microsoft 1st party applications.
5959
/// This is applicable only when broker is not enabled and embedded webview is the preferred choice.
60-
/// By default, the broker supports SsoPolicy, and system webview SsoPolicy is also supported at the OS level.
60+
/// By default, the broker supports SsoPolicy, and system webview SsoPolicy is also supported at the OS level.
61+
/// </summary>
6162
/// <param name="builder"></param>
6263
/// <returns>A <see cref="PublicClientApplicationBuilder"/> from which to set more
6364
/// parameters, and to create a public client application instance</returns>

src/client/Microsoft.Identity.Client/AppConfig/ConfidentialClientApplicationBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ public ConfidentialClientApplicationBuilder WithCacheSynchronization(bool enable
318318

319319
/// <summary>
320320
/// Call <see cref="WithOidcAuthority(string)"/> instead.
321-
322321
/// </summary>
323322
/// <param name="authorityUri"></param>
324323
/// <returns></returns>

0 commit comments

Comments
 (0)