mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Fix example in MamManager's javadoc: s/queryRecentPage/queryLastPage/
This commit is contained in:
parent
6e4b85a6b7
commit
a4f1039a06
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ import org.jxmpp.jid.Jid;
|
|||
* MamQueryArgs mamQueryArgs = MamQueryArgs.builder()
|
||||
* .withJid(jid)
|
||||
* .setResultPageSize(10)
|
||||
* .queryRecentPage()
|
||||
* .queryLastPage()
|
||||
* .build();
|
||||
* MamQuery mamQuery = mamManager.queryArchive(mamQueryArgs);
|
||||
* }
|
||||
|
|
Loading…
Reference in a new issue