Add sealed services
Also fix a missing IDisposable
This commit is contained in:
@@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Akari.Prototype.Server.Services
|
||||
{
|
||||
public class AkariPath
|
||||
public sealed class AkariPath
|
||||
{
|
||||
private readonly AkariOptions _options;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user