1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 00:24:49 +02:00

Add TODOs about the removal of deprecated methods

This commit is contained in:
Florian Schmaus 2017-05-03 13:22:42 +02:00
parent dcf7406fa4
commit ac626f248a

View file

@ -410,6 +410,7 @@ public interface XMPPConnection {
* @deprecated use {@link #getReplyTimeout()} instead.
*/
@Deprecated
// TODO Remove in Smack 4.3
public long getPacketReplyTimeout();
/**
@ -420,6 +421,7 @@ public interface XMPPConnection {
* @deprecated use {@link #setReplyTimeout(long)} instead.
*/
@Deprecated
// TODO Remove in Smack 4.3
public void setPacketReplyTimeout(long timeout);
/**