diff --git a/Battleship/Battleship/SetGeneric.cs b/Battleship/Battleship/SetGeneric.cs index 7542dea..49e4943 100644 --- a/Battleship/Battleship/SetGeneric.cs +++ b/Battleship/Battleship/SetGeneric.cs @@ -6,7 +6,6 @@ using System.Threading.Tasks; namespace Battleship.Generics { - internal class SetGeneric where T : class {