()
| 9 | } |
| 10 | |
| 11 | protected void finalize() throws Throwable |
| 12 | { |
| 13 | finalizeNative(); |
| 14 | super.finalize(); |
| 15 | } |
| 16 | |
| 17 | /** Sets the SMTP server hostname. */ |
| 18 | public native void setHostname(String hostname); |
nothing calls this directly
no test coverage detected