fixed another javadoc issue

This commit is contained in:
Jochen Stärk
2020-10-17 18:37:31 +02:00
parent d5382fcda6
commit f1fed5e569
2 changed files with 3 additions and 3 deletions

View File

@@ -235,7 +235,7 @@ public class ZUGFeRDImporter {
/***
* Wrapper for protected method extractString
* @param xpathStr
* @param xpathStr the xpath expression to be evaluated
* @return the extracted String for the specific path in the document
*/
public String wExtractString(String xpathStr) {