Ignore:
Timestamp:
03/13/2019 10:07:54 AM (7 years ago)
Author:
jdalbey
Message:

Fix defect #102. Also add revision number to filenames of deploy jars.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/client/cadclientgui/data/Incident.java

    r59 r310  
    263263 
    264264    public Long getIncidentLength() { 
     265        if (eventList.size() == 0) return 0L; 
    265266        return eventList.lastElement().secondsToOccurInIncident 
    266267                - eventList.firstElement().secondsToOccurInIncident; 
Note: See TracChangeset for help on using the changeset viewer.