From: <fab...@us...> - 2009-06-15 05:53:40
|
Revision: 4477 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4477&view=rev Author: fabiomaulo Date: 2009-06-15 05:52:40 +0000 (Mon, 15 Jun 2009) Log Message: ----------- Minor (Typo) Modified Paths: -------------- trunk/nhibernate/src/NHibernate/Type/TypeFactory.cs Modified: trunk/nhibernate/src/NHibernate/Type/TypeFactory.cs =================================================================== --- trunk/nhibernate/src/NHibernate/Type/TypeFactory.cs 2009-06-15 05:51:19 UTC (rev 4476) +++ trunk/nhibernate/src/NHibernate/Type/TypeFactory.cs 2009-06-15 05:52:40 UTC (rev 4477) @@ -114,7 +114,7 @@ // add the mappings of the NHibernate specific names that are used in type="" RegisterBuiltInTypes(); - RegisterTypeWithVariableLength(); + RegisterTypesWithVariableLength(); RegisterTypesWithVariablePrecision(); } @@ -191,7 +191,7 @@ (p, s) => GetType(NHibernateUtil.Single, p, s, st => new SingleType(st))); } - private static void RegisterTypeWithVariableLength() + private static void RegisterTypesWithVariableLength() { getTypeDelegatesWithLength.Add(NHibernateUtil.Binary.Name, l => This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |