Update Reference Sources to .NET Framework 4.6.1
[mono.git] / mcs / class / referencesource / System.Data.Entity / System / Data / Mapping / ViewGeneration / Validation / ViewCellRelation.cs
index dc4799b9aee12afef62c3b94155e1c9caa7e6931..be91192de837bd0f9a419c0a34413d25fda4ffb8 100644 (file)
@@ -3,8 +3,8 @@
 //      Copyright (c) Microsoft Corporation.  All rights reserved.
 // </copyright>
 //
-// @owner Microsoft
-// @backupOwner Microsoft
+// @owner [....]
+// @backupOwner [....]
 //---------------------------------------------------------------------
 
 using System.Collections.Generic;
@@ -62,7 +62,7 @@ namespace System.Data.Mapping.ViewGeneration.Validation
         // null if it does not find the slot in the left or right side of the viewrelation
         internal ViewCellSlot LookupViewSlot(MemberProjectedSlot slot)
         {
-            // CHANGE_Microsoft_IMPROVE: We could have a dictionary to speed this up
+            // CHANGE_[....]_IMPROVE: We could have a dictionary to speed this up
             foreach (ViewCellSlot viewSlot in m_slots)
             {
                 // If the left or right slots are equal, return the viewSlot