Index: src/Plugins/Wti/Wti.Forms/NodePresenters/PipingNodePresenterBase.cs
===================================================================
diff -u -rfa9b36343401d44cb6813d7871903782d0dedec9 -r9e0b372066f8d8be8c231b3be8922d29a1c61e1f
--- src/Plugins/Wti/Wti.Forms/NodePresenters/PipingNodePresenterBase.cs (.../PipingNodePresenterBase.cs) (revision fa9b36343401d44cb6813d7871903782d0dedec9)
+++ src/Plugins/Wti/Wti.Forms/NodePresenters/PipingNodePresenterBase.cs (.../PipingNodePresenterBase.cs) (revision 9e0b372066f8d8be8c231b3be8922d29a1c61e1f)
@@ -107,114 +107,114 @@
}
///
- /// Typed implementation method of .
+ /// Typed implementation of method .
///
- ///
+ ///
protected abstract void UpdateNode(ITreeNode parentNode, ITreeNode node, T nodeData);
///
- /// Typed implementation method of .
+ /// Typed implementation of method .
///
- ///
+ ///
protected virtual IEnumerable GetChildNodeObjects(T nodeData, ITreeNode node)
{
return Enumerable.Empty