Missing comment added

This commit is contained in:
Milan Hanajik
2015-06-25 04:48:27 +02:00
parent 245e338452
commit 01118ae924
@@ -384,7 +384,10 @@ namespace TBF.BenchControl
/// <param name="pben"></param>
/// <param name="pout"></param>
/// <param name="pmtrs"></param>
/// <returns>true when all four paths are defined (non null)</returns>
/// <param name="transitionBefore">Transition sequence entity</param>
/// <param name="transitionAfter">Transition sequence entity</param>
/// <param name="errorMsg">Error message in case of incorrect configuration</param>
/// <returns>true when loaded configuration is correct (all four paths are defined !=null, etc.)</returns>
public static bool GetPaths(Entities.Test test,
out FeedingPath pfeed,
out BenchPath pben,