Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Xml / System / Xml / Serialization / XmlSerializationWriter.cs
index 69bbbd4086282107e7f6d0015e7c635c35237871..d15b2bf9bf55da3fee70ba528b0a9592c1d3f194 100644 (file)
@@ -2,7 +2,7 @@
 // <copyright file="XmlSerializationWriter.cs" company="Microsoft">
 //     Copyright (c) Microsoft Corporation.  All rights reserved.
 // </copyright>
-// <owner current="true" primary="true">[....]</owner>                                                                
+// <owner current="true" primary="true">Microsoft</owner>                                                                
 //------------------------------------------------------------------------------
 
 namespace System.Xml.Serialization {
@@ -3627,7 +3627,7 @@ namespace System.Xml.Serialization {
                     return "(("+typeDesc.CSharpName+")"+obj+").@"+memberName;
             }
             //throw GetReflectionVariableException(saveTypeDesc.CSharpName,memberName); 
-            // NOTE, [....]:Must never happen. If it does let the code
+            // NOTE, Microsoft:Must never happen. If it does let the code
             // gen continue to help debugging what's gone wrong.
             // Eventually the compilation will fail.
             return "["+obj+"]";