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 5bf3421 commit 8b5b165Copy full SHA for 8b5b165
src/main/java/com/bandwidth/sdk/model/bxml/Bxml.java
@@ -56,7 +56,6 @@ public class Bxml {
56
@XmlElement(name = StopStream.TYPE_NAME, type = StopStream.class),
57
@XmlElement(name = StartTranscription.TYPE_NAME, type = StartTranscription.class),
58
@XmlElement(name = StopTranscription.TYPE_NAME, type = StopTranscription.class),
59
-
60
})
61
62
private List<Verb> verbs = new ArrayList<>();
0 commit comments