Seal the Server.Connection class
Solves CA1816
This commit is contained in:
@@ -21,7 +21,7 @@ using System.Threading;
|
|||||||
|
|
||||||
namespace OpenRA.Server
|
namespace OpenRA.Server
|
||||||
{
|
{
|
||||||
public class Connection : IDisposable
|
public sealed class Connection : IDisposable
|
||||||
{
|
{
|
||||||
public const int MaxOrderLength = 131072;
|
public const int MaxOrderLength = 131072;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user