Ignore:
Timestamp:
10/05/11 23:18:55 (13 years ago)
Author:
sherbold
Message:
  • changed some uses of Console.println, Console.traceln and Console.printerrln to one of the other streams for a more consistent use of the different output streams
File:
1 edited

Legend:

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

    r240 r244  
    1111import de.ugoe.cs.eventbench.models.TrieBasedModel; 
    1212import de.ugoe.cs.util.console.Command; 
    13 import de.ugoe.cs.util.console.Console; 
    1413 
    1514/** 
     
    8786                model.train(sequences); 
    8887                if (GlobalDataContainer.getInstance().addData(modelname, model)) { 
    89                         Console.traceln("Old data \"" + modelname + "\" overwritten"); 
     88                        CommandHelpers.dataOverwritten(modelname); 
    9089                } 
    9190 
Note: See TracChangeset for help on using the changeset viewer.