mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-25 15:52:06 +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>
|
* <p>
|
||||||
* You usually want to wrap 'java.net.IDN.toASCII()' into a StringTransformer here.
|
* You usually want to wrap 'java.net.IDN.toASCII()' into a StringTransformer here.
|
||||||
* </p>
|
* </p>
|
||||||
|
|
Loading…
Reference in a new issue