remove Obsolete (#368)

This commit is contained in:
Stef Heyenrath
2019-10-25 08:40:40 +00:00
committed by GitHub
parent 92e693818a
commit f3d2452093
4 changed files with 1 additions and 7 deletions

View File

@@ -25,7 +25,6 @@ namespace WireMock.Server
/// <summary>
/// The fluent mock server.
/// </summary>
[Obsolete("Will be replaced by WireMockServer in version 2.x.x")]
public partial class FluentMockServer : IDisposable
{
private const int ServerStartDelayInMs = 100;

View File

@@ -10,7 +10,6 @@ namespace WireMock.Settings
/// <summary>
/// FluentMockServerSettings
/// </summary>
[Obsolete("Will be replaced by WireMockServerSettings in version 2.x.x")]
public class FluentMockServerSettings : IFluentMockServerSettings
{
/// <inheritdoc cref="IFluentMockServerSettings.Port"/>

View File

@@ -9,7 +9,6 @@ namespace WireMock.Settings
/// <summary>
/// IFluentMockServerSettings
/// </summary>
[Obsolete("This interface will be removed and replaced by the class WireMockServerSettings in version 2.x.x")]
public interface IFluentMockServerSettings
{
/// <summary>

View File

@@ -1,13 +1,10 @@
using System;
using JetBrains.Annotations;
using JetBrains.Annotations;
namespace WireMock.Settings
{
/// <summary>
/// IProxyAndRecordSettings
/// </summary>
[Obsolete("This interface will be removed and replaced by the class ProxyAndRecordSettings in version 2.x.x")]
public interface IProxyAndRecordSettings
{
/// <summary>