Address compiler warnings
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
public class PartialTeam : Team
|
||||
{
|
||||
public IList<Student> OmittedStudents { get; set; }
|
||||
public IList<Student> OmittedStudents { get; set; } = null!;
|
||||
|
||||
public override Team CloneWithOmittedStudents(IEnumerable<Student> studentsToOmit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user