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
1 changed files with 1 additions and 1 deletions

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