Skip to content

Commit

Permalink
refactor: fix/improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Jan 10, 2025
1 parent 3c69549 commit 2993f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ public void writeEmptyElement(String namespaceURI, String localName)
public void writeEmptyElement(String prefix, String localName,
String namespaceURI) throws XMLStreamException {
this.writeStartElement(prefix, localName, namespaceURI);
// Note: we cannot close immediate since attributes might follow
// Note: we cannot close the element immediately since attributes might follow
// this.writeEndElement();
emptyElement = true;
}
Expand Down

0 comments on commit 2993f40

Please sign in to comment.