From: <bo...@us...> - 2009-05-18 15:59:15
|
Revision: 324 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=324&view=rev Author: bodewig Date: 2009-05-18 15:59:09 +0000 (Mon, 18 May 2009) Log Message: ----------- self assignment Modified Paths: -------------- trunk/xmlunit/src/main/net-core/builder/Input.cs Modified: trunk/xmlunit/src/main/net-core/builder/Input.cs =================================================================== --- trunk/xmlunit/src/main/net-core/builder/Input.cs 2009-05-18 15:58:23 UTC (rev 323) +++ trunk/xmlunit/src/main/net-core/builder/Input.cs 2009-05-18 15:59:09 UTC (rev 324) @@ -97,7 +97,7 @@ source = s; } public ITransformationBuilder WithStylesheet(ISource s) { - this.styleSheet = styleSheet; + this.styleSheet = s; return this; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |