Ignore:
Timestamp:
09/24/14 15:51:26 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/scheduling/policy/AbstractManagementSystem.java

    r1440 r1447  
    1313 
    1414import schedframe.PluginConfiguration; 
     15import schedframe.events.EventType; 
    1516import schedframe.events.scheduling.SchedulingEventType; 
    1617import schedframe.scheduling.Scheduler; 
     
    185186                PluginConfiguration pluginConfig = schedulingPlugin.getConfiguration(); 
    186187                if (pluginConfig != null) { 
    187                         Map<SchedulingEventType, Object> events = pluginConfig.getServedEvents(); 
     188                        Map<EventType, Object> events = pluginConfig.getServedEvents(); 
    188189                        if (events != null) { 
    189190                                Object obj = events.get(SchedulingEventType.TIMER); 
Note: See TracChangeset for help on using the changeset viewer.