- Timestamp:
- 09/28/11 03:11:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/commands/CMDload.java
r209 r211 43 43 in.close(); 44 44 } catch (IOException ex) { 45 Console. printStacktrace(ex);45 Console.logException(ex); 46 46 } catch (ClassNotFoundException ex) { 47 Console. printStacktrace(ex);47 Console.logException(ex); 48 48 } 49 49 }
Note: See TracChangeset
for help on using the changeset viewer.