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