Skip to content

Commit

Permalink
feat(#64): fix problem with xml comment
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Nov 15, 2023
1 parent 3040704 commit 802c096
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/org/xembly/Output.java
Expand Up @@ -97,7 +97,10 @@ private static Map<String, String> defaultProperties() {

/**
* Node output.
* Omits XML declaration: <?xml version="1.0" encoding="UTF-8"?>
* Omits XML declaration:
* <p>{@code
* <?xml version="1.0" encoding="UTF-8"?>
* }</p>
* @since 0.30
*/
final class Node implements Output {
Expand Down

0 comments on commit 802c096

Please sign in to comment.