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/CMDloadObject.java

    r171 r209  
    4747                        in.close(); 
    4848                } catch (IOException ex) { 
    49                         ex.printStackTrace(); 
     49                        Console.printStacktrace(ex); 
    5050                } catch (ClassNotFoundException ex) { 
    51                         ex.printStackTrace(); 
     51                        Console.printStacktrace(ex); 
    5252                } 
    5353                if (GlobalDataContainer.getInstance().addData(objectName, data)) { 
Note: See TracChangeset for help on using the changeset viewer.