Index: Riskeer/Common/src/Riskeer.Common.Forms/PropertyClasses/DesignVariableProperties.cs
===================================================================
diff -u -rbd423aa35851fe36c0f52a696626abdd0a044f03 -r66654433ba191a0284ff083bd1c6de2e318f2d5e
--- Riskeer/Common/src/Riskeer.Common.Forms/PropertyClasses/DesignVariableProperties.cs (.../DesignVariableProperties.cs) (revision bd423aa35851fe36c0f52a696626abdd0a044f03)
+++ Riskeer/Common/src/Riskeer.Common.Forms/PropertyClasses/DesignVariableProperties.cs (.../DesignVariableProperties.cs) (revision 66654433ba191a0284ff083bd1c6de2e318f2d5e)
@@ -42,8 +42,9 @@
/// Indicates which properties, if any, should be marked as read-only.
/// The data of the to create the properties for.
/// The handler responsible for handling effects of a property change.
- /// Thrown when is null
- /// or when any number of properties in this class is editable and any other parameter is null.
+ /// Thrown when is null.
+ /// Thrown when any number of properties in this class is editable and the
+ /// is null.
protected DesignVariableProperties(DistributionReadOnlyProperties readOnlyProperties,
DesignVariable designVariable,
IObservablePropertyChangeHandler handler)
Index: Riskeer/Piping/src/Riskeer.Piping.Forms/PropertyClasses/LogNormalDistributionDesignVariableProperties.cs
===================================================================
diff -u -rbd423aa35851fe36c0f52a696626abdd0a044f03 -r66654433ba191a0284ff083bd1c6de2e318f2d5e
--- Riskeer/Piping/src/Riskeer.Piping.Forms/PropertyClasses/LogNormalDistributionDesignVariableProperties.cs (.../LogNormalDistributionDesignVariableProperties.cs) (revision bd423aa35851fe36c0f52a696626abdd0a044f03)
+++ Riskeer/Piping/src/Riskeer.Piping.Forms/PropertyClasses/LogNormalDistributionDesignVariableProperties.cs (.../LogNormalDistributionDesignVariableProperties.cs) (revision 66654433ba191a0284ff083bd1c6de2e318f2d5e)
@@ -47,8 +47,9 @@
/// Indicates which properties, if any, should be marked as read-only.
/// The to create the properties for.
/// The handler responsible for handling effects of a property change.
- /// Thrown when is null
- /// or when any number of properties in this class is editable and any other parameter is null.
+ /// Thrown when is null
+ /// Thrown when any number of properties in this class is editable and the
+ /// is null.
public LogNormalDistributionDesignVariableProperties(DistributionReadOnlyProperties readOnlyProperties,
DesignVariable designVariable,
IObservablePropertyChangeHandler handler)
Index: Riskeer/Piping/src/Riskeer.Piping.Forms/PropertyClasses/ShiftedLogNormalDistributionDesignVariableProperties.cs
===================================================================
diff -u -r566f61e8aa57e75d6cc8135506de05d065c47901 -r66654433ba191a0284ff083bd1c6de2e318f2d5e
--- Riskeer/Piping/src/Riskeer.Piping.Forms/PropertyClasses/ShiftedLogNormalDistributionDesignVariableProperties.cs (.../ShiftedLogNormalDistributionDesignVariableProperties.cs) (revision 566f61e8aa57e75d6cc8135506de05d065c47901)
+++ Riskeer/Piping/src/Riskeer.Piping.Forms/PropertyClasses/ShiftedLogNormalDistributionDesignVariableProperties.cs (.../ShiftedLogNormalDistributionDesignVariableProperties.cs) (revision 66654433ba191a0284ff083bd1c6de2e318f2d5e)
@@ -49,8 +49,9 @@
/// Indicates which properties, if any, should be marked as read-only.
/// The to create the properties for.
/// The handler responsible for handling effects of a property change.
- /// Thrown when is null
- /// or when any number of properties in this class is editable and any other parameter is null.
+ /// Thrown when is null
+ /// Thrown when any number of properties in this class is editable and the
+ /// is null.
public ShiftedLogNormalDistributionDesignVariableProperties(DistributionReadOnlyProperties readOnlyProperties,
DesignVariable designVariable,
IObservablePropertyChangeHandler handler)