From: Peter S. <sz...@us...> - 2004-04-30 14:06:55
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Id In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18403/NHibernate/Id Modified Files: IdentifierGeneratorFactory.cs Log Message: HQL looks like finished. Changed string.Empty to String.Empty. Index: IdentifierGeneratorFactory.cs =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Id/IdentifierGeneratorFactory.cs,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** IdentifierGeneratorFactory.cs 7 Apr 2004 17:13:38 -0000 1.9 --- IdentifierGeneratorFactory.cs 30 Apr 2004 14:06:46 -0000 1.10 *************** *** 42,46 **** private static readonly Hashtable idgenerators = new Hashtable(); ! public static readonly string ShortCircuitIndicator = string.Empty; static IdentifierGeneratorFactory() --- 42,46 ---- private static readonly Hashtable idgenerators = new Hashtable(); ! public static readonly string ShortCircuitIndicator = String.Empty; static IdentifierGeneratorFactory() |