Skip to content

Commit

Permalink
Address CR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
biaol-odata committed Jul 20, 2018
1 parent e483895 commit d9e47be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private ODataJsonLightContextUriParser(IEdmModel model, Uri contextUriFromPayloa
/// <param name="needParseFragment">Whether the fragment after $metadata should be parsed, if set to false, only MetadataDocumentUri is parsed.</param>
/// <param name="throwIfMetadataConflict">Whether to throw if a type specified in the ContextUri is not found in metadata.</param>
/// <param name="baseUri">Optional value (with default value of null) of base Uri used for resolving the context url.
/// It should be a non-null value when resolving a top-level relative context Uri.
/// It should be a non-null value when resolving relative context Uri.
/// </param>
/// <returns>The result from parsing the context URI.</returns>
internal static ODataJsonLightContextUriParseResult Parse(
Expand Down

0 comments on commit d9e47be

Please sign in to comment.