Skip to content

Commit

Permalink
CR updates from Mike's comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
biaol-odata committed Nov 7, 2018
1 parent 7db8bf7 commit 571f620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<edmx:DataServices>
<Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Org.OData.Community.V1" Alias="Community">
<Term AppliesTo="Function" Type="Core.Tag" Name="UrlEscapeFunction">
<Annotation Term="Core.Description" String="Annotates a function for converting a colon-escaped segment in Url path"/>
<Annotation Term="Core.Description" String="Annotates a function to be substituted for a colon-escaped segment in a Url path"/>
</Term>
</Schema>
</edmx:DataServices>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Microsoft.OData.Edm.Vocabularies.Community.V1
/// <summary>
/// Constant values for Community Vocabularies
/// </summary>
public static class CommunityVocabularyConstants
internal static class CommunityVocabularyConstants
{
/// <summary>OData.Community.V1.UrlEscapeFunction </summary>
internal const string UrlEscapeFunction = "Org.OData.Community.V1.UrlEscapeFunction";
Expand Down

0 comments on commit 571f620

Please sign in to comment.