From f2573a6fd5fe1f90dde0216bda4cf6307481cbc6 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 4 Feb 2024 17:07:42 +0530 Subject: [PATCH] WeightedRoundRobin: code refactoring changes done. --- Apps/WeightedRoundRobinApp/Address.cs | 4 ++-- Apps/WeightedRoundRobinApp/CNAME.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Apps/WeightedRoundRobinApp/Address.cs b/Apps/WeightedRoundRobinApp/Address.cs index d44148dc..435b5294 100644 --- a/Apps/WeightedRoundRobinApp/Address.cs +++ b/Apps/WeightedRoundRobinApp/Address.cs @@ -1,6 +1,6 @@ /* Technitium DNS Server -Copyright (C) 2023 Shreyas Zare (shreyas@technitium.com) +Copyright (C) 2024 Shreyas Zare (shreyas@technitium.com) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ using TechnitiumLibrary.Net.Dns.ResourceRecords; namespace WeightedRoundRobin { - public class Address : IDnsApplication, IDnsAppRecordRequestHandler + public sealed class Address : IDnsApplication, IDnsAppRecordRequestHandler { #region IDisposable diff --git a/Apps/WeightedRoundRobinApp/CNAME.cs b/Apps/WeightedRoundRobinApp/CNAME.cs index 1989f6da..ac0a351b 100644 --- a/Apps/WeightedRoundRobinApp/CNAME.cs +++ b/Apps/WeightedRoundRobinApp/CNAME.cs @@ -1,6 +1,6 @@ /* Technitium DNS Server -Copyright (C) 2023 Shreyas Zare (shreyas@technitium.com) +Copyright (C) 2024 Shreyas Zare (shreyas@technitium.com) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ using TechnitiumLibrary.Net.Dns.ResourceRecords; namespace WeightedRoundRobin { - public class CNAME : IDnsApplication, IDnsAppRecordRequestHandler + public sealed class CNAME : IDnsApplication, IDnsAppRecordRequestHandler { #region IDisposable