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:09:45 UTC

svn commit: r169554 - /incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/ErrorContext.cs

Author: roberto
Date: Tue May 10 19:09:44 2005
New Revision: 169554

URL: http://svn.apache.org/viewcvs?rev=169554&view=rev
Log:
~Updated C# DataMapper ErrorContext.cs (cleaning)

Modified:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/ErrorContext.cs

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/ErrorContext.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/ErrorContext.cs?rev=169554&r1=169553&r2=169554&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/ErrorContext.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/ErrorContext.cs Tue May 10 19:09:44 2005
@@ -92,9 +92,9 @@
 		public void Reset() 
 		{
 			_resource = string.Empty;
-			_activity = string.Empty;;
-			_objectId = string.Empty;;
-			_moreInfo = string.Empty;;
+			_activity = string.Empty;
+			_objectId = string.Empty;
+			_moreInfo = string.Empty;
 		}
 
 		/// <summary>