Changeset 445 in tmcsimulator for trunk/src/tmcsim/client/CADClientModel.java


Ignore:
Timestamp:
07/14/2019 03:37:52 PM (7 years ago)
Author:
jdalbey
Message:

Changed restart dialog in CADClientView to a non-modal one to fix #159. Shortened exception log messages in other client modules.

File:
1 edited

Legend:

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

    r2 r445  
    132132                receiveObject(in.readObject());                  
    133133            } 
    134             catch (EOFException eofe) { 
     134/*            catch (EOFException eofe) { 
    135135                clientLogger.logp(Level.SEVERE, "CADClientModel", "run()",  
    136136                        "Exception in reading object from input stream.", eofe); 
    137             } 
     137            }*/ 
    138138            catch (Exception e) { 
    139139                clientLogger.logp(Level.SEVERE, "CADClientModel", "run()",  
Note: See TracChangeset for help on using the changeset viewer.