From: <fab...@us...> - 2009-06-01 16:46:16
|
Revision: 4398 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4398&view=rev Author: fabiomaulo Date: 2009-06-01 16:46:16 +0000 (Mon, 01 Jun 2009) Log Message: ----------- Removed TODO because done Modified Paths: -------------- trunk/nhibernate/src/NHibernate/Util/ReflectHelper.cs Modified: trunk/nhibernate/src/NHibernate/Util/ReflectHelper.cs =================================================================== --- trunk/nhibernate/src/NHibernate/Util/ReflectHelper.cs 2009-06-01 16:44:04 UTC (rev 4397) +++ trunk/nhibernate/src/NHibernate/Util/ReflectHelper.cs 2009-06-01 16:46:16 UTC (rev 4398) @@ -87,9 +87,6 @@ .GetGetter(theClass, propertyName); } - //TODO: add a method in here ReflectedPropertyClass and replace most calls to GetGetter - // with calls to it - /// <summary> /// Get the NHibernate <see cref="IType" /> for the named property of the <see cref="System.Type"/>. /// </summary> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |