Ignore:
Timestamp:
03/31/14 16:01:19 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/events/scheduling/SchedulingEvent.java

    r477 r1316  
    1616         
    1717        public SchedulingEvent(EventType eventType, EventReason eventReason){ 
    18                 type = eventType; 
    19                 reason = eventReason; 
     18                this.type = eventType; 
     19                this.reason = eventReason; 
    2020        } 
    2121         
     
    3939         
    4040        public String getSource(){ 
    41                 return this.source; 
     41                return source; 
    4242        } 
    4343 
     
    4646        } 
    4747 
    48         @Override 
    4948        public Object getData() { 
    5049                return null; 
Note: See TracChangeset for help on using the changeset viewer.