mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Use non-deprecated method in DelayInformationManager
This commit is contained in:
parent
b945e591ff
commit
13f4f36995
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class DelayInformationManager {
|
||||||
* @return the Delayed Delivery information or <code>null</code>
|
* @return the Delayed Delivery information or <code>null</code>
|
||||||
*/
|
*/
|
||||||
public static DelayInformation getXep203DelayInformation(Packet packet) {
|
public static DelayInformation getXep203DelayInformation(Packet packet) {
|
||||||
return DelayInformation.getFrom(packet);
|
return DelayInformation.from(packet);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue