diff --git a/PoliNetwork.Graduatorie.Common/Utils/EnrollUtil.cs b/PoliNetwork.Graduatorie.Common/Utils/EnrollUtil.cs index 702efc24..0966f075 100644 --- a/PoliNetwork.Graduatorie.Common/Utils/EnrollUtil.cs +++ b/PoliNetwork.Graduatorie.Common/Utils/EnrollUtil.cs @@ -28,6 +28,5 @@ public static EnrollType GetEnrollType(string? rowCanEnrollInto, bool rowCanEnro var course = string.Join(sep, s); return new EnrollType { CanEnroll = true, Course = course, Type = type }; - } } \ No newline at end of file diff --git a/PoliNetwork.Graduatorie.Scraper/Utils/Web/CheckUrlUtil.cs b/PoliNetwork.Graduatorie.Scraper/Utils/Web/CheckUrlUtil.cs index 5c9809fb..d1ab1264 100644 --- a/PoliNetwork.Graduatorie.Scraper/Utils/Web/CheckUrlUtil.cs +++ b/PoliNetwork.Graduatorie.Scraper/Utils/Web/CheckUrlUtil.cs @@ -9,7 +9,7 @@ namespace PoliNetwork.Graduatorie.Scraper.Utils.Web; public class CheckUrlUtil { - public static void CheckUrl(RankingUrl variable, HashSet final) + private static void CheckUrl(RankingUrl variable, HashSet final) { try {