Skip to content

Commit ba79941

Browse files
committed
Fix Javadoc tag. (#396)
metafacture-xml/src/main/java/org/metafacture/xml/XmlElementSplitter.java:103: warning - @code<?xml is an unknown tag.
1 parent a3b5095 commit ba79941

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

metafacture-xml/src/main/java/org/metafacture/xml/XmlElementSplitter.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,11 @@ public void setTopLevelElement(final String newRoot) {
9393
}
9494

9595
/**
96-
* Sets the XML declaration.
96+
* Sets the XML declaration. The default is
97+
* {@code <?xml version = "1.0" encoding = "UTF-8"?>}. If an empty value is
98+
* given, the XML declaration is skipped.
9799
*
98-
* @param xmlDeclaration the xml declaration. Default is
99-
* '{@code<?xml version = "1.0" encoding = "UTF-8"?>}'.
100-
* If empty value is given, the xml declaration is
101-
* skipped.
100+
* @param xmlDeclaration the XML declaration
102101
*/
103102
public void setXmlDeclaration(final String xmlDeclaration) {
104103
this.xmlDeclaration = xmlDeclaration;

0 commit comments

Comments
 (0)