javadoc fixes part 14 (ticket #1894)

This commit is contained in:
zzz
2017-01-27 03:14:34 +00:00
parent 112fa503e6
commit e0e06d73eb
17 changed files with 19 additions and 21 deletions

View File

@@ -110,7 +110,7 @@ public class AddressBean
* Ref: java.net.IDN and RFC 3940
* @param host will be converted to lower case
* @return name converted to lower case and punycoded if necessary
* @throws IAE on various errors or if IDN is needed but not available
* @throws IllegalArgumentException on various errors or if IDN is needed but not available
* @since 0.8.7
*/
static String toASCII(String host) throws IllegalArgumentException {