Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingSoilLayerTable.cs =================================================================== diff -u -r71df8711592b93a889d1064548a2a0071b7eef19 -ra246db9c5134d2c12ee5a37b19bde5e442acce38 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingSoilLayerTable.cs (.../PipingSoilLayerTable.cs) (revision 71df8711592b93a889d1064548a2a0071b7eef19) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingSoilLayerTable.cs (.../PipingSoilLayerTable.cs) (revision a246db9c5134d2c12ee5a37b19bde5e442acce38) @@ -33,13 +33,13 @@ AddColumns(); } + /// + /// Sets the given for which the properties + /// are shown in the table. + /// + /// The collection of layers to show. public void SetData(IEnumerable layers) { - if (layers == null) - { - throw new ArgumentNullException(nameof(layers)); - } - SetDataSource(layers); }