File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
metafacture-xml/src/main/java/org/metafacture/xml Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ public XmlElementSplitter() {
62
62
/**
63
63
* Enriched constructor setting the top level element and the Element name
64
64
*
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
67
67
*/
68
68
public XmlElementSplitter (final String topLevelElement , final String elementName ) {
69
69
setTopLevelElement (topLevelElement );
@@ -83,7 +83,7 @@ public void setElementName(final String name) {
83
83
/**
84
84
* Sets the top-level XML document element.
85
85
*
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
87
87
* element.
88
88
*/
89
89
public void setTopLevelElement (final String newRoot ) {
You can’t perform that action at this time.
0 commit comments