Skip to content

Commit 5fc3a95

Browse files
committed
Removed comment
1 parent c6e9131 commit 5fc3a95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ private Marshaller getMarshaller() {
120120
jaxbContext = JAXBContext.newInstance(Response.class);
121121
}
122122
Marshaller marshaller = jaxbContext.createMarshaller();
123-
// omits <?xml version="1.0" encoding="UTF-8"?>
124123
marshaller.setProperty("com.sun.xml.bind.xmlHeaders", "<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
125124
marshaller.setProperty(Marshaller.JAXB_FRAGMENT, true);
126125

0 commit comments

Comments
 (0)