mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 14:55:58 +01:00
Make Roster.waitUntilLoaded() package-private
there is no point in having it 'protected', since Roster is not subclassable.
This commit is contained in:
parent
8dd12e7220
commit
21c7007212
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ public final class Roster extends Manager {
|
|||
return true;
|
||||
}
|
||||
|
||||
protected boolean waitUntilLoaded() throws InterruptedException {
|
||||
boolean waitUntilLoaded() throws InterruptedException {
|
||||
final XMPPConnection connection = connection();
|
||||
while (!loaded) {
|
||||
long waitTime = connection.getPacketReplyTimeout();
|
||||
|
|
Loading…
Reference in a new issue