Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Data / System / Data / XmlDataLoader.cs
index 566e2581f16e36aec3b68084a1619a6acb21f700..24733de45bc77efddc2941292231b9c762496aed 100644 (file)
@@ -2,8 +2,8 @@
 // <copyright file="XmlDataLoader.cs" company="Microsoft">
 //     Copyright (c) Microsoft Corporation.  All rights reserved.
 // </copyright>
-// <owner current="true" primary="true">[....]</owner>
-// <owner current="true" primary="false">[....]</owner>
+// <owner current="true" primary="true">Microsoft</owner>
+// <owner current="true" primary="false">Microsoft</owner>
 //------------------------------------------------------------------------------
 
 namespace System.Data {
@@ -313,7 +313,7 @@ namespace System.Data {
                 XmlElement e = xdoc.DocumentElement;
                 DataTable topTable = (DataTable) nodeToSchemaMap.GetSchemaForNode(e, FIgnoreNamespace(e));
                 if (topTable != null) {
-                    topRow = topTable.CreateEmptyRow(); //enzol perf
+                    topRow = topTable.CreateEmptyRow(); //Microsoft perf
                     nodeToRowMap[ e ] = topRow;
 
                     // get all field values.