Skip to content

Commit

Permalink
remove Obsolete (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Oct 25, 2019
1 parent 92e6938 commit f3d2452
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion src/WireMock.Net/Server/FluentMockServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/WireMock.Net/Settings/FluentMockServerSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
1 change: 0 additions & 1 deletion src/WireMock.Net/Settings/IFluentMockServerSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 1 addition & 4 deletions src/WireMock.Net/Settings/IProxyAndRecordSettings.cs
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit f3d2452

Please sign in to comment.