Index: trunk/test/tmcsim/highwaymodel/ConsoleTrafficDriver.java
===================================================================
--- trunk/src/atmsdriver/ConsoleTrafficDriver.java	(revision 443)
+++ trunk/test/tmcsim/highwaymodel/ConsoleTrafficDriver.java	(revision 457)
@@ -1,3 +1,3 @@
-package atmsdriver;
+package tmcsim.highwaymodel;
 
 import tmcsim.highwaymodel.Highways;
@@ -14,8 +14,11 @@
 import java.util.logging.Logger;
 import tmcsim.common.SimulationException;
+import tmcsim.highwaymodel.Highway;
+import tmcsim.highwaymodel.Highways;
+import tmcsim.highwaymodel.Station;
 
 /**
  * A console application to drive the ATMS Server.
- * Use for test driving the FEP Simulator.   OBSOLETE as of completion of CPTMS.
+ * Use for test driving the Highway Model.
  *
  * @author jdalbey, John A. Torres
