Skip to content

Commit c42646f

Browse files
committed
Fix javadoc errors
1 parent 8af6c69 commit c42646f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public XmlElementSplitter() {
6262
/**
6363
* Enriched constructor setting the top level element and the Element name
6464
*
65-
* @param aTopLevelElement the name of the top level XML tag
66-
* @param aElementName the name of the tag defining a new Element to be split
65+
* @param topLevelElement the name of the top level XML tag
66+
* @param elementName the name of the tag defining a new Element to be split
6767
*/
6868
public XmlElementSplitter(final String topLevelElement, final String elementName) {
6969
setTopLevelElement(topLevelElement);
@@ -83,7 +83,7 @@ public void setElementName(final String name) {
8383
/**
8484
* Sets the top-level XML document element.
8585
*
86-
* @param root the top level element. Don't set it to omit setting top level
86+
* @param newRoot the top level element. Don't set it to omit setting top level
8787
* element.
8888
*/
8989
public void setTopLevelElement(final String newRoot) {

0 commit comments

Comments
 (0)