Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingDistributionPropertiesBase.cs
===================================================================
diff -u -r716fc5af462aec8cddf670c56281b78f02de8d06 -rd5ae7880a8dac4bbce38e300fd4ea56bcb26db1d
--- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingDistributionPropertiesBase.cs (.../PipingDistributionPropertiesBase.cs) (revision 716fc5af462aec8cddf670c56281b78f02de8d06)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingDistributionPropertiesBase.cs (.../PipingDistributionPropertiesBase.cs) (revision d5ae7880a8dac4bbce38e300fd4ea56bcb26db1d)
@@ -58,8 +58,8 @@
/// The calculation the belgons to.
/// The calculation input the belongs to.
/// The handler responsible for handling effects of a property change.
- /// Thrown when any number of properties in this class
- /// is editable and any parameter is null.
+ /// Thrown when is null
+ /// or when any number of properties in this class is editable and any other parameter is null.
protected PipingDistributionPropertiesBase(DistributionPropertiesReadOnly propertiesReadOnly,
TDistribution data,
TCalculation calculation,