Changeset 464 in tmcsimulator


Ignore:
Timestamp:
07/24/2019 12:27:43 PM (7 years ago)
Author:
jdalbey
Message:

Repair refresh method in ClockClient? to fix #174.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/client/ClockClient.java

    r64 r464  
    3737    public void refresh() throws RemoteException 
    3838    { 
    39         throw new UnsupportedOperationException("Not supported yet."); 
     39       // We have no responsibilities when Coordinator invokes this 
     40       // Fixes #174 
    4041    } 
    4142 
Note: See TracChangeset for help on using the changeset viewer.