We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff0225 commit 241bbbdCopy full SHA for 241bbbd
src/main/java/com/bandwidth/voice/bxml/verbs/CustomParam.java
@@ -2,7 +2,6 @@
2
package com.bandwidth.voice.bxml.verbs;
3
4
import javax.xml.bind.annotation.XmlType;
5
-import javax.xml.bind.annotation.XmlValue;
6
import javax.xml.bind.annotation.XmlAttribute;
7
import lombok.Builder;
8
@@ -23,7 +22,6 @@ public class CustomParam implements Verb {
23
22
/**
24
* <b>(required)</b> The value of this parameter, up to 2048 characters.
25
*/
26
- @XmlValue
+ @XmlAttribute
27
private String value;
28
-
29
}
0 commit comments