1
0
Fork 0
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:
Florian Schmaus 2020-05-31 13:47:22 +02:00
parent 22baa74298
commit 84b7adb764

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;