Sets the option to validate TLD files. @param b New value
(boolean b)
| 954 | * @param b New value |
| 955 | */ |
| 956 | public void setValidateTld(boolean b) { |
| 957 | this.validateTld = b; |
| 958 | } |
| 959 | |
| 960 | /** |
| 961 | * Returns whether TLD validation is enabled. |
no outgoing calls