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/CADData.java

    r66 r310  
    155155        incidents = incident; 
    156156    } 
    157  
     157    /** 
     158     * Add a single new incident to the list of incidents. Fixes #102 
     159     * @param incident a single new incident to be added 
     160     * @author jdalbey 
     161     */ 
     162    public void addIncident(Incident incident) 
     163    { 
     164        incidents.add(incident); 
     165    } 
     166     
    158167    /** 
    159168     * Returns the specified unitNum 
Note: See TracChangeset for help on using the changeset viewer.