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 c6e9131 commit 5fc3a95Copy full SHA for 5fc3a95
src/main/java/com/bandwidth/voice/bxml/verbs/Response.java
@@ -120,7 +120,6 @@ private Marshaller getMarshaller() {
120
jaxbContext = JAXBContext.newInstance(Response.class);
121
}
122
Marshaller marshaller = jaxbContext.createMarshaller();
123
- // omits <?xml version="1.0" encoding="UTF-8"?>
124
marshaller.setProperty("com.sun.xml.bind.xmlHeaders", "<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
125
marshaller.setProperty(Marshaller.JAXB_FRAGMENT, true);
126
0 commit comments