[tcp] Remove javadoc throws annotation

This method does no longer throw.
This commit is contained in:
Florian Schmaus 2020-05-31 13:47:22 +02:00
parent 22baa74298
commit 84b7adb764
1 changed files with 0 additions and 1 deletions

View File

@ -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;