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