Skip to content

Commit 0f2f466

Browse files
Moving the remakes seciton inside summary
1 parent a092418 commit 0f2f466

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Microsoft.Azure.Cosmos/src/ChangeFeedProcessor/ChangeFeedProcessorBuilder.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,9 @@ public ChangeFeedProcessorBuilder WithLeaseContainer(Container leaseContainer)
213213

214214
/// <summary>
215215
/// Uses an in-memory container to maintain state of the leases
216-
/// </summary>
217-
/// <remarks>
216+
///
218217
/// Using an in-memory container restricts the scaling capability to just the instance running the current processor.
219-
/// </remarks>
218+
/// </summary>
220219
/// <returns>The instance of <see cref="ChangeFeedProcessorBuilder"/> to use.</returns>
221220
public virtual ChangeFeedProcessorBuilder WithInMemoryLeaseContainer()
222221
{

0 commit comments

Comments
 (0)