You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by gb...@apache.org on 2005/04/25 20:21:47 UTC

svn commit: r164615 [3/3] - in /incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper: ./ Commands/ MappedStatements/ Scope/ Test/bin/Debug/

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/LazyLoadList.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/LazyLoadList.cs?rev=164615&r1=164614&r2=164615&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/LazyLoadList.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/LazyLoadList.cs Mon Apr 25 11:21:46 2005
@@ -24,7 +24,7 @@
  ********************************************************************************/
 #endregion
 
-#region Imports
+#region Using
 using System;
 using System.Collections;
 using System.Reflection;

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/MappedStatement.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/MappedStatement.cs?rev=164615&r1=164614&r2=164615&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/MappedStatement.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/MappedStatements/MappedStatement.cs Mon Apr 25 11:21:46 2005
@@ -375,7 +375,6 @@
 		{
 			object outObject = resultObject; 
 
-
 			// If there's an ResultMap, use it
 			if (request.ResultMap != null) 
 			{

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/ConfigurationScope.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/ConfigurationScope.cs?rev=164615&r1=164614&r2=164615&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/ConfigurationScope.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Scope/ConfigurationScope.cs Mon Apr 25 11:21:46 2005
@@ -114,7 +114,7 @@
 
 
 		/// <summary>
-		/// A SqlMap namespace.
+		/// The current SqlMap namespace.
 		/// </summary>
 		public string SqlMapNamespace
 		{