Index: trunk/src/atmsdriver/model/Highways.java
===================================================================
--- trunk/src/atmsdriver/model/Highways.java	(revision 353)
+++ trunk/src/atmsdriver/model/Highways.java	(revision 398)
@@ -176,4 +176,6 @@
         // Get the highway by route number
         Highway highway = getHighwayByRouteNumber(routeNumber);
+        // This check added to fix defect #118. Handles situation when the 
+        // events file specifies a highway that doesn't exist in the network.
         if (highway == null)
         {
@@ -196,8 +198,4 @@
             startPost = postmile;
             endPost = postmile + range;
-            //TODO: Catch NPE exception for situation when the events file 
-            //   specifies a highway that doesn't exist in the network.
-            //   Also the case where a desired postmile to color isn't in
-            //   the network.  Ticket 118
             // iterate through the stations, if within the specified highway
             // stretch, update the station by direction and apply dot color
