Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindaugas Laganeckas committed Dec 12, 2023
1 parent 869cfdc commit 0881bba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/WireMock.Net/Settings/ProxyAndRecordSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public string SaveMappingForStatusCodePattern
/// Append an unique GUID to the filename from the saved mapping file.
/// </summary>
public bool AppendGuidToSavedMappingFile { get; set; }

/// <summary>
/// Set prefix for saved mapping file.
/// </summary>
Expand All @@ -105,5 +105,4 @@ public string SaveMappingForStatusCodePattern
/// </summary>
[PublicAPI]
public bool ProxyAll { get; set; } = false;

}
}

0 comments on commit 0881bba

Please sign in to comment.