Hi,

I was going through the tutorials at
https://olingo.apache.org/doc/odata4/tutorials/read/tutorial_read.html. For
the getData method the href for all the entries is set as 1.

1)  e1.setId(createId("Products", 1));
2) e2.setId(createId("Products", 1));
3)  e3.setId(createId("Products", 1));

The ids for e2 and e3 is 2 and 3 respectively. Please check.

Regards,
Dev

Reply via email to