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/JavaHelperLib/src/de/ugoe/cs/util/console/CommandExecuter.java

    r186 r244  
    150150                        String correctName = splitResult[splitResult.length - 1].replace( 
    151151                                        ")", ""); 
    152                         Console.traceln("Did you mean " + correctName + "?"); 
     152                        Console.println("Did you mean " + correctName + "?"); 
    153153                } catch (ClassNotFoundException e) { 
    154154                } catch (IllegalAccessException e) { 
Note: See TracChangeset for help on using the changeset viewer.