Changeset 1712

Show
Ignore:
Timestamp:
01/14/12 20:51:45 (4 months ago)
Author:
icare4
Message:

removed comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/org/rapla/plugin/importusers/ImportUsersPluginInitializer.java

    r1544 r1712  
    104104            String name         = lineEntries[2].trim(); 
    105105            String email        = lineEntries[3].trim(); 
    106 //            String phone      = lineEntries[4].trim(); 
    107106            String groupKey = lineEntries[4].trim(); 
    108107             
     
    112111                    user.setName ( name ); 
    113112                    user.setEmail( email ); 
    114 //                  user.setPhone( phone ); 
    115113                    if(groupKey.length() != 0) { 
    116114                            group = findCategory( rootCategory, groupKey );