Index: Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/FaultTreeIllustrationPointExtensions.cs
===================================================================
diff -u -r92f0a266f3ee297a3e0332e9a36fc3ec70d47b59 -r831379390ac72116a2f1c3a014063bbd60ab928d
--- Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/FaultTreeIllustrationPointExtensions.cs (.../FaultTreeIllustrationPointExtensions.cs) (revision 92f0a266f3ee297a3e0332e9a36fc3ec70d47b59)
+++ Ringtoets/Common/src/Ringtoets.Common.Data/IllustrationPoints/FaultTreeIllustrationPointExtensions.cs (.../FaultTreeIllustrationPointExtensions.cs) (revision 831379390ac72116a2f1c3a014063bbd60ab928d)
@@ -31,11 +31,13 @@
public static class FaultTreeIllustrationPointExtensions
{
///
- /// Returns a list of all the stochast names present in the .
+ /// Gets all the stochast names present in the .
///
/// The fault tree illustration point
/// to retrieve stochast names from.
- /// Returns all stochast names as an enumerable result.
+ /// A list of all stochast names.
+ /// Thrown when
+ /// is null.
public static IEnumerable GetStochastNames(this FaultTreeIllustrationPoint faultTreeIllustrationPoint)
{
if (faultTreeIllustrationPoint == null)