Changeset 655 in tmcsimulator for trunk/src/tmcsim
- Timestamp:
- 09/11/2022 04:28:42 PM (4 years ago)
- Location:
- trunk/src/tmcsim
- Files:
-
- 2 edited
-
cadsimulator/viewer/model/CADSimulatorStatus.java (modified) (1 diff)
-
highwaymodel/Highways.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/cadsimulator/viewer/model/CADSimulatorStatus.java
r44 r655 89 89 90 90 /** 91 * Method is called when a CAD Client disconnects from the CAD Simulator.91 * Method is called when a CAD Client connects to the Server. 92 92 * The displayed number of connected clients is incremented by one. 93 93 */ -
trunk/src/tmcsim/highwaymodel/Highways.java
r457 r655 74 74 } 75 75 } 76 scanner.close(); 76 77 }catch (FileNotFoundException e) { 77 78 e.printStackTrace(); 78 79 } 80 79 81 // get the set of highway numbers 80 82 Set<Integer> hwyKeys = highwayMap.keySet();
Note: See TracChangeset
for help on using the changeset viewer.
