Skip to content

Commit 241bbbd

Browse files
Fixed value to be attribute
1 parent 2ff0225 commit 241bbbd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/com/bandwidth/voice/bxml/verbs/CustomParam.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
package com.bandwidth.voice.bxml.verbs;
33

44
import javax.xml.bind.annotation.XmlType;
5-
import javax.xml.bind.annotation.XmlValue;
65
import javax.xml.bind.annotation.XmlAttribute;
76
import lombok.Builder;
87

@@ -23,7 +22,6 @@ public class CustomParam implements Verb {
2322
/**
2423
* <b>(required)</b> The value of this parameter, up to 2048 characters.
2524
*/
26-
@XmlValue
25+
@XmlAttribute
2726
private String value;
28-
2927
}

0 commit comments

Comments
 (0)