Index: trunk/src/tmcsim/client/ATMSBatchDriver.java
===================================================================
--- trunk/src/tmcsim/client/ATMSBatchDriver.java	(revision 121)
+++ trunk/src/tmcsim/client/ATMSBatchDriver.java	(revision 127)
@@ -60,5 +60,5 @@
     public void refresh() throws RemoteException
     {
-        throw new UnsupportedOperationException("Not supported yet.");
+        System.out.println("ATMSBatchDriver.refresh() was invoked.");
     }
 
@@ -214,5 +214,5 @@
         timer.start();
 
-        // Start the FEP thread (to update ATMS every 30 sec)
+        // Start the FEP thread (to update ATMS every 30 sec). (See class def below)
         new WriteToFEPThread().run();
 
