fixed another javadoc issue
This commit is contained in:
@@ -235,7 +235,7 @@ public class ZUGFeRDImporter {
|
|||||||
|
|
||||||
/***
|
/***
|
||||||
* Wrapper for protected method extractString
|
* 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
|
* @return the extracted String for the specific path in the document
|
||||||
*/
|
*/
|
||||||
public String wExtractString(String xpathStr) {
|
public String wExtractString(String xpathStr) {
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -60,7 +60,7 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-deploy-plugin</artifactId>
|
<artifactId>maven-deploy-plugin</artifactId>
|
||||||
<version>2.8.2</version>
|
<version>3.0.0-M1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<altDeploymentRepository>internal.repo::default::file://${project.build.directory}/mvn-repo
|
<altDeploymentRepository>internal.repo::default::file://${project.build.directory}/mvn-repo
|
||||||
</altDeploymentRepository>
|
</altDeploymentRepository>
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.sonatype.plugins</groupId>
|
<groupId>org.sonatype.plugins</groupId>
|
||||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||||
<version>1.6.7</version>
|
<version>1.6.8</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<serverId>ossrh</serverId>
|
<serverId>ossrh</serverId>
|
||||||
|
|||||||
Reference in New Issue
Block a user