mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-08 20:11:08 +01:00
Fix DNSUtil.setDaneProvider()
Fixes SMACK-820.
This commit is contained in:
parent
9e865fe6ab
commit
37b5260cdd
2 changed files with 17 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ public class DNSUtil {
|
|||
* @param daneProvider
|
||||
*/
|
||||
public static void setDaneProvider(SmackDaneProvider daneProvider) {
|
||||
daneProvider = Objects.requireNonNull(daneProvider);
|
||||
DNSUtil.daneProvider = Objects.requireNonNull(daneProvider);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue