mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Fix typo in DNSUtil.setIdnaTransformer
This commit is contained in:
parent
607a5d0c01
commit
d97de5f42c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class DNSUtil {
|
|||
|
||||
|
||||
/**
|
||||
* Set the IDNA (Internatiionalizing Domain Names in Applications, RFC 3490) transformer.
|
||||
* Set the IDNA (Internationalizing Domain Names in Applications, RFC 3490) transformer.
|
||||
* <p>
|
||||
* You usually want to wrap 'java.net.IDN.toASCII()' into a StringTransformer here.
|
||||
* </p>
|
||||
|
|
Loading…
Reference in a new issue