Changeset 300

Show
Ignore:
Timestamp:
06/22/08 20:18:55 (7 months ago)
Author:
chris
Message:

Fix compilation of wordnet.jsp broken by recent API changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/jsp/wordnet.jsp

    r260 r300  
    118118                "                    graphical_nominal_ending, " + 
    119119                "                    person, number, gender, state, " + 
    120                 "                    surface_consonants " + 
     120                "                    surface_consonants, " + 
     121                "                    suffix_gender, suffix_number, suffix_person " + 
    121122                "          ]"+ 
    122123                "        ]"+ 
     
    13711372                        EmdrosChange ch = (EmdrosChange)( 
    13721373                                emdros.createChange(EmdrosChange.CREATE, 
    1373                                         "note", null)); 
     1374                                        "note", new int[]{selClauseId})); 
    13741375                        ch.setString("text", newNoteText); 
    1375                         ch.setMonadsFromObjects(new int[]{selClauseId}); 
    13761376                        ch.execute(); 
    13771377                }