mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Merge pull request #415 from vanitasvitae/NEDEtypo
NoEndpointDiscoveredException: s/Not/No
This commit is contained in:
commit
a356e91108
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ public abstract class SmackException extends Exception {
|
||||||
if (lookupFailures.isEmpty()) {
|
if (lookupFailures.isEmpty()) {
|
||||||
sb.append("No endpoint lookup finished within the timeout");
|
sb.append("No endpoint lookup finished within the timeout");
|
||||||
} else {
|
} else {
|
||||||
sb.append("Not endpoints could be discovered due the following lookup failures: ");
|
sb.append("No endpoints could be discovered due the following lookup failures: ");
|
||||||
StringUtils.appendTo(lookupFailures, sb);
|
StringUtils.appendTo(lookupFailures, sb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue