Changeset 739


Ignore:
Timestamp:
09/03/12 09:05:50 (12 years ago)
Author:
pharms
Message:
  • two error message corrections
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/GUIElementFactory.java

    r724 r739  
    196196        if (guiElement == null ) { 
    197197            Console.traceln(Level.WARNING, "no class representing GUI elements of type " + 
    198                             specification.getType() + " found. Please extends GUI element " + 
     198                            specification.getType() + " found. Please extend GUI element " + 
    199199                            "mapping files."); 
    200200            throw new GUIModelConfigurationException 
    201201                ("no class representing GUI elements of type " + specification.getType() + 
    202                  " found. Please extends GUI element mapping files"); 
     202                 " found. Please extend GUI element mapping files"); 
    203203        } 
    204204 
Note: See TracChangeset for help on using the changeset viewer.