mirror of
https://github.com/moparisthebest/Conversations
synced 2025-01-31 07:00:14 -05:00
Fixed typo in comment
This commit is contained in:
parent
3af30d7563
commit
b4318996ac
@ -23,7 +23,7 @@ public final class Jid {
|
||||
|
||||
private static final char[] JID_ESCAPING_CHARS = {' ','"','&','\'','/',':','<','>','@','\\'};
|
||||
|
||||
// It's much more efficient to store the ful JID as well as the parts instead of figuring them
|
||||
// It's much more efficient to store the full JID as well as the parts instead of figuring them
|
||||
// all out every time (since some characters are displayed but aren't used for comparisons).
|
||||
private final String displayjid;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user