Skip to content

Commit d93f500

Browse files
committed
Updated test.xml
1 parent 489b27a commit d93f500

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

jax-rs-bean-validation/test.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><coffee><name>Mocha1</name><order>4</order><size>XL</size><type>Expresso</type></coffee>
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<coffee><name>Mocha</name>
3+
<size>XL</size>
4+
<type>Expresso</type>
5+
<price>3.50</price>
6+
</coffee>

0 commit comments

Comments
 (0)