mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Removed #toLowecase() calls wherever possible. SMACK-109
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3349 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
4964786ec9
commit
18677279f2
4 changed files with 16 additions and 36 deletions
|
@ -97,7 +97,7 @@ public class RosterPacket extends IQ {
|
|||
* @param name the user's name.
|
||||
*/
|
||||
public Item(String user, String name) {
|
||||
this.user = user;
|
||||
this.user = user.toLowerCase();
|
||||
this.name = name;
|
||||
itemType = null;
|
||||
itemStatus = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue