Author: chrish
Date: Tue Nov 10 14:53:27 2015
New Revision: 1713661
URL: http://svn.apache.org/viewvc?rev=1713661&view=rev
Log:
CMS commit to olingo by chrish
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
Modified:
olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
URL:
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext?rev=1713661&r1=1713660&r2=1713661&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
(original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/batch/tutorial_batch.mdtext
Tue Nov 10 14:53:27 2015
@@ -114,9 +114,9 @@ Add the following methods to the class `
clonedEntity.setId(entity.getId());
for(final Property property : entity.getProperties()) {
clonedEntity.addProperty(new Property(property.getType(),
- property.getName(),
- property.getValueType(),
- property.getValue()));
+ property.getName(),
+ property.getValueType(),
+ property.getValue()));
}
clonedEntities.add(clonedEntity);