2005-01-13 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml.Serialization / CodeIdentifier.cs
index eb9292066e272bcada7c128288724a2c02758247..650578aa0d65a0e24dcd19ccad0248f7b80638d2 100644 (file)
@@ -57,7 +57,7 @@ namespace System.Xml.Serialization {
                        if (identifier == null)
                                throw new NullReferenceException ();
                        if (identifier.Length == 0)
-                               return identifier;
+                               return "Item";
 
                        string output = "";