Skip to content

Commit 86ac3dd

Browse files
@Semantics.amount.currencyCode and @Semantics.currencyCode supported by both runtimes (#2177)
Related to #1844
1 parent de20dfd commit 86ac3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/odata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ entity Sales {
12031203
}
12041204
```
12051205

1206-
The CAP Java SDK exposes all properties annotated with `@Semantics.currencyCode` or `@Semantics.unitOfMeasure` as a [custom aggregate](../advanced/odata#custom-aggregates) with the property's name that returns:
1206+
All properties annotated with `@Semantics.currencyCode` or `@Semantics.unitOfMeasure` are exposed as a [custom aggregate](../advanced/odata#custom-aggregates) with the property's name that returns:
12071207

12081208
* The property's value if it's unique within a group of dimensions
12091209
* `null` otherwise

0 commit comments

Comments
 (0)