mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
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:
parent
2b41a67028
commit
5d5fd1a964
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue