1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-21 19:14:53 +02:00

Fix example in MamManager's javadoc: s/queryRecentPage/queryLastPage/

This commit is contained in:
Florian Schmaus 2018-08-16 15:35:38 +02:00
parent 6e4b85a6b7
commit a4f1039a06

View file

@ -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);
* }