mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Bump ErrorProne to 2.5.1 and refactor Providers a bit
This also resulted in a refactoring of the Providers and parsing Exceptions. NumberFormatException and ParseException can now be thrown directly, the wrapping in a SmackParsingException is down at a higher layer, i.e. in AbstractProvider.
This commit is contained in:
parent
1df0763f92
commit
a7b3303f3e
136 changed files with 574 additions and 551 deletions
|
@ -245,7 +245,7 @@ public class XmppHostnameVerifier implements HostnameVerifier {
|
|||
*
|
||||
* @param expectedIP TODO javadoc me please
|
||||
* @param cert TODO javadoc me please
|
||||
* @throws CertificateException
|
||||
* @throws CertificateException in case of a certificate issue.
|
||||
*/
|
||||
private static void matchIp(String expectedIP, X509Certificate cert)
|
||||
throws CertificateException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue