Skip to content

Commit

Permalink
Updating comment and region to pass Policheck.
Browse files Browse the repository at this point in the history
  • Loading branch information
lajones committed Feb 4, 2016
1 parent 404d295 commit 1ea49ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EntityFramework/Core/Common/Utils/MetadataHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ internal static bool IsParentOf(EntityType a, EntityType b)
}

// <summary>
// Add and Edge a --> b
// Add an edge a --> b
// Assumes edge does not exist
// O(1)
// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/EntityFramework/Core/Query/PlanCompiler/JoinGraph.cs
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ private void BuildJoinEdges(AugmentedNode node, int maxVisibility)

#endregion

#region Transitive Edge generation
#region Transitive edge generation

//
// The goal of this module is to generate transitive join edges.
Expand Down

0 comments on commit 1ea49ac

Please sign in to comment.