Ignore:
Timestamp:
07/30/14 12:25:00 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r1362 r1423  
    55public class ExecutionHistoryItem { 
    66 
    7         protected DateTime timeStamp; 
     7        protected long timeStamp; 
    88        protected double completionPercentage; 
    99        protected double estimatedDuration; 
     
    1111        protected int resUsageIndex; 
    1212 
    13         public ExecutionHistoryItem(DateTime time){ 
     13        public ExecutionHistoryItem(long time){ 
    1414                this.timeStamp = time; 
    1515        } 
    1616 
    17         public DateTime getTimeStamp(){ 
     17        public long getTimeStamp(){ 
    1818                return timeStamp; 
    1919        } 
Note: See TracChangeset for help on using the changeset viewer.