mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 06:45:59 +01:00
Fix typo and add URL to Roster javadoc
This commit is contained in:
parent
1f66f301ba
commit
98655e72aa
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue