1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-09 18:29:45 +02:00

Enable werror for javadoc and fix javadoc issues

This commit is contained in:
Florian Schmaus 2019-08-30 12:08:30 +02:00
parent 4249c1a845
commit 1a3067c89b
323 changed files with 2929 additions and 2704 deletions

View file

@ -203,8 +203,8 @@ public class XmppHostnameVerifier implements HostnameVerifier {
/**
* Returns true if the name matches against the template that may contain the wildcard char '*'.
*
* @param name
* @param template
* @param name TODO javadoc me please
* @param template TODO javadoc me please
* @return true if <code>name</code> matches <code>template</code>.
*/
private static boolean matchWildCards(String name, String template) {
@ -243,8 +243,8 @@ public class XmppHostnameVerifier implements HostnameVerifier {
* must exactly match the IP in the URI."
* <p>
*
* @param expectedIP
* @param cert
* @param expectedIP TODO javadoc me please
* @param cert TODO javadoc me please
* @throws CertificateException
*/
private static void matchIp(String expectedIP, X509Certificate cert)