- Timestamp:
- 10/05/11 23:18:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaHelperLib/src/de/ugoe/cs/util/console/CommandExecuter.java
r186 r244 150 150 String correctName = splitResult[splitResult.length - 1].replace( 151 151 ")", ""); 152 Console. traceln("Did you mean " + correctName + "?");152 Console.println("Did you mean " + correctName + "?"); 153 153 } catch (ClassNotFoundException e) { 154 154 } catch (IllegalAccessException e) {
Note: See TracChangeset
for help on using the changeset viewer.