You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by ro...@apache.org on 2005/05/11 04:02:23 UTC

svn commit: r169551 - /incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/InlineParameterMapParser.cs

Author: roberto
Date: Tue May 10 19:02:22 2005
New Revision: 169551

URL: http://svn.apache.org/viewcvs?rev=169551&view=rev
Log:
~Updated C# DataMapper for JIRA-61

Modified:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/InlineParameterMapParser.cs

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/InlineParameterMapParser.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/InlineParameterMapParser.cs?rev=169551&r1=169550&r2=169551&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/InlineParameterMapParser.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ParamaterMapping/InlineParameterMapParser.cs Tue May 10 19:02:22 2005
@@ -118,7 +118,7 @@
 						token = (string)enumerator.Current;
 						if (!PARAMETER_TOKEN.Equals(token)) 
 						{
-							throw new DataMapperException("Unterminated inline parameter in mapped statement (" + "statement.getId()" + ").");
+							throw new DataMapperException("Unterminated inline parameter in mapped statement (" + statement.Id + ").");
 						}
 						token = null;
 					}