Skip to content

Commit

Permalink
Fixed JavaDoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Nov 13, 2024
1 parent 546fca8 commit 4cd82fd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions phase4-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,13 @@ osgi.serviceloader; osgi.serviceloader=com.helger.xml.microdom.convert.IMicroTyp
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ private AS4TrustStoreDescriptor ()
* <li><code>truststore.type</code> - the trust store type</li>
* <li><code>truststore.file</code> - the trust store path</li>
* <li><code>truststore.password</code> - the trust store password</li>
* password</li>
* </ul>
*
* @return A new {@link TrustStoreDescriptor} object or <code>null</code> if
Expand All @@ -70,7 +69,6 @@ public static TrustStoreDescriptor createFromConfig ()
* <li><code>truststore.type</code> - the trust store type</li>
* <li><code>truststore.file</code> - the trust store path</li>
* <li><code>truststore.password</code> - the trust store password</li>
* password</li>
* </ul>
*
* @param aConfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected AbstractAS4UserMessageBuilderMIMEPayload ()
{}

/**
* <<<<<<< HEAD
* Get the payload to be send out.
*
* @return The currently set outgoing attachment payload. May be
* <code>null</code>.
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<module>phase4-peppol-servlet</module>
<module>phase4-peppol-server-webapp</module>
</modules>

<!--
<build>
<plugins>
<plugin>
Expand All @@ -351,4 +351,5 @@
</plugin>
</plugins>
</build>
-->
</project>

0 comments on commit 4cd82fd

Please sign in to comment.