Skip to content

Commit 2cbf1e5

Browse files
committed
[Java] Add sinceVersion to samples type for cup holder.
1 parent 6921c65 commit 2cbf1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbe-samples/src/main/resources/example-extension-schema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description="Example schema with extension"
88
byteOrder="littleEndian">
99
<types>
10-
<type name="cupHolderCount_t" primitiveType="uint8" presence="optional"/>
10+
<type name="cupHolderCount_t" primitiveType="uint8" presence="optional" sinceVersion="1"/>
1111
<composite name="messageHeader" description="Message identifiers and length of message root">
1212
<type name="blockLength" primitiveType="uint16"/>
1313
<type name="templateId" primitiveType="uint16"/>

0 commit comments

Comments
 (0)