mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +02:00
Some more docFix es
This commit is contained in:
parent
223d58527b
commit
d639e0bc4c
3 changed files with 3 additions and 3 deletions
|
@ -591,7 +591,7 @@ public class XmppTcpTransportModule extends ModularXmppClientToServerConnectionM
|
|||
|
||||
@Override
|
||||
protected List<SmackFuture<LookupConnectionEndpointsResult, Exception>> lookupConnectionEndpoints() {
|
||||
// Assert that there are no stale discovred endpoints prior performing the lookup.
|
||||
// Assert that there are no stale discovered endpoints prior performing the lookup.
|
||||
assert discoveredTcpEndpoints == null;
|
||||
|
||||
List<SmackFuture<LookupConnectionEndpointsResult, Exception>> futures = new ArrayList<>(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue