omemo: fix javadoc issue with OracleJDK8

CI runs fail using OracleJDK8 with

/home/travis/build/igniterealtime/Smack/smack-omemo/src/main/java/org/jivesoftware/smackx/omemo/element/OmemoBundleElement_VAxolotl.java:30:
warning - Tag @see: missing final '>':
"<ahref="https://xmpp.org/extensions/xep-0384.html#usecases-announcing">XEP-0384:
OMEMO Encryption (Example 3)</a>."

Other JDKs do not report such an error.
This commit is contained in:
Florian Schmaus 2020-04-13 10:47:03 +02:00
parent 2b41a67028
commit 5d5fd1a964
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import java.util.HashMap;
/**
* OMEMO device bundle as described by the protocol.
*
* @see <a href="https://xmpp.org/extensions/xep-0384.html#usecases-announcing">XEP-0384: OMEMO Encryption (Example 3)</a>.
* @see <a href="https://xmpp.org/extensions/xep-0384.html#usecases-announcing">XEP-0384: OMEMO Encryption (Example 3)</a>
*
* @author Paul Schaub
*/