1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-13 23:24:53 +02:00

Fix typo and add URL to Roster javadoc

This commit is contained in:
Florian Schmaus 2016-10-03 13:31:37 +02:00
parent 1f66f301ba
commit 98655e72aa

View file

@ -1515,7 +1515,7 @@ public final class Roster extends Manager {
}
/**
* Handles roster reults as described in RFC 6121 2.1.4
* Handles Roster results as described in <a href="https://tools.ietf.org/html/rfc6121#section-2.1.4">RFC 6121 2.1.4</a>.
*/
private class RosterResultListener implements StanzaListener {