Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Id
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14069/NHibernate/Id
Modified Files:
UUIDHexGenerator.cs
Log Message:
removed explicit initialization since the framework is already initializing
the fields to those values.
Index: UUIDHexGenerator.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Id/UUIDHexGenerator.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** UUIDHexGenerator.cs 15 Jan 2005 21:16:13 -0000 1.3
--- UUIDHexGenerator.cs 14 Feb 2005 03:24:43 -0000 1.4
***************
*** 55,59 ****
private string format = FormatWithDigitsOnly;
! private string sep = null;
//"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
--- 55,59 ----
private string format = FormatWithDigitsOnly;
! private string sep;
//"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|