X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Freferencesource%2FSystem.Data.Entity%2FSystem%2FData%2FMapping%2FViewGeneration%2FValidation%2FViewCellRelation.cs;h=be91192de837bd0f9a419c0a34413d25fda4ffb8;hb=215901f51bf00e9d1e58cada05033aae8283e336;hp=dc4799b9aee12afef62c3b94155e1c9caa7e6931;hpb=10e54be5f860d412d2ab5b193de582e232ceeb7e;p=mono.git diff --git a/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Validation/ViewCellRelation.cs b/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Validation/ViewCellRelation.cs index dc4799b9aee..be91192de83 100644 --- a/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Validation/ViewCellRelation.cs +++ b/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Validation/ViewCellRelation.cs @@ -3,8 +3,8 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // // -// @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