Ignore:
Timestamp:
09/28/11 03:03:13 (13 years ago)
Author:
sherbold
Message:
  • greatly improved type checking and consistency of type checking for objects checked out of the GlobalDataContainer?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/commands/CMDload.java

    r171 r209  
    4343                        in.close(); 
    4444                } catch (IOException ex) { 
    45                         ex.printStackTrace(); 
     45                        Console.printStacktrace(ex); 
    4646                } catch (ClassNotFoundException ex) { 
    47                         ex.printStackTrace(); 
     47                        Console.printStacktrace(ex); 
    4848                } 
    4949        } 
Note: See TracChangeset for help on using the changeset viewer.