Seal the Server.Connection class

Solves CA1816
This commit is contained in:
abcdefg30
2022-10-25 11:09:06 +02:00
committed by teinarss
parent a00348dac1
commit c664af4fe2

View File

@@ -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;