From: <fab...@us...> - 2009-05-18 21:29:22
|
Revision: 4340 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4340&view=rev Author: fabiomaulo Date: 2009-05-18 21:29:16 +0000 (Mon, 18 May 2009) Log Message: ----------- Minor (removed warn on XML comment) Modified Paths: -------------- trunk/nhibernate/src/NHibernate/Hql/Ast/ANTLR/Tree/HqlSqlWalkerTreeNodeStream.cs Modified: trunk/nhibernate/src/NHibernate/Hql/Ast/ANTLR/Tree/HqlSqlWalkerTreeNodeStream.cs =================================================================== --- trunk/nhibernate/src/NHibernate/Hql/Ast/ANTLR/Tree/HqlSqlWalkerTreeNodeStream.cs 2009-05-18 21:27:23 UTC (rev 4339) +++ trunk/nhibernate/src/NHibernate/Hql/Ast/ANTLR/Tree/HqlSqlWalkerTreeNodeStream.cs 2009-05-18 21:29:16 UTC (rev 4340) @@ -13,7 +13,7 @@ : base(adaptor, tree, initialBufferSize) {} /// <summary> - /// Insert a new node into both the Tree and the Node Array. Add DOWN & UP nodes if needed + /// Insert a new node into both the Tree and the Node Array. Add DOWN and UP nodes if needed. /// </summary> /// <param name="parent">The parent node</param> /// <param name="child">The child node</param> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |