mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-18 02:02:04 +01:00
[tcp] Remove javadoc throws annotation
This method does no longer throw.
This commit is contained in:
parent
22baa74298
commit
84b7adb764
1 changed files with 0 additions and 1 deletions
|
@ -1225,7 +1225,6 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
|
||||||
/**
|
/**
|
||||||
* Shuts down the stanza writer. Once this method has been called, no further
|
* Shuts down the stanza writer. Once this method has been called, no further
|
||||||
* packets will be written to the server.
|
* packets will be written to the server.
|
||||||
* @throws InterruptedException if the calling thread was interrupted.
|
|
||||||
*/
|
*/
|
||||||
void shutdown(boolean instant) {
|
void shutdown(boolean instant) {
|
||||||
instantShutdown = instant;
|
instantShutdown = instant;
|
||||||
|
|
Loading…
Reference in a new issue