Index: trunk/src/tmcsim/application.properties
===================================================================
--- trunk/src/tmcsim/application.properties	(revision 124)
+++ trunk/src/tmcsim/application.properties	(revision 127)
@@ -1,5 +1,5 @@
-#Sun, 15 Oct 2017 17:38:51 -0700
+#Mon, 16 Oct 2017 17:41:29 -0700
 
-Application.revision=123
+Application.revision=125
 
 Application.buildnumber=53
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();
 
