Matthew Tamayo-Rios created OLINGO-986:
------------------------------------------
Summary: Tutorial on website out of date
Key: OLINGO-986
URL: https://issues.apache.org/jira/browse/OLINGO-986
Project: Olingo
Issue Type: Bug
Components: MISC
Reporter: Matthew Tamayo-Rios
Priority: Minor
The tutorial on the website here is out of date and actually has several
compiler errors:
https://olingo.apache.org/doc/odata4/tutorials/read/tutorial_read.html
1. The call to `serializedContent.getContent()` is redundant due to the earlier
call to `serializerResult.getContent()`.
2. The `entityCollection` variable is not defined and should be `entitySet`.
I checked out the code to try and submit a patch, but the samples have correct
compiling code. First time reporting a bug so not sure how to go about
submitting a fix to site.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)