Changeset 310 in tmcsimulator for trunk/src/tmcsim/client/cadclientgui/data/CADData.java
- Timestamp:
- 03/13/2019 10:07:54 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/client/cadclientgui/data/CADData.java
r66 r310 155 155 incidents = incident; 156 156 } 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 158 167 /** 159 168 * Returns the specified unitNum
Note: See TracChangeset
for help on using the changeset viewer.
