mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Add TODOs about the removal of deprecated methods
This commit is contained in:
parent
dcf7406fa4
commit
ac626f248a
1 changed files with 2 additions and 0 deletions
|
@ -410,6 +410,7 @@ public interface XMPPConnection {
|
||||||
* @deprecated use {@link #getReplyTimeout()} instead.
|
* @deprecated use {@link #getReplyTimeout()} instead.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
// TODO Remove in Smack 4.3
|
||||||
public long getPacketReplyTimeout();
|
public long getPacketReplyTimeout();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -420,6 +421,7 @@ public interface XMPPConnection {
|
||||||
* @deprecated use {@link #setReplyTimeout(long)} instead.
|
* @deprecated use {@link #setReplyTimeout(long)} instead.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
// TODO Remove in Smack 4.3
|
||||||
public void setPacketReplyTimeout(long timeout);
|
public void setPacketReplyTimeout(long timeout);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue