- Timestamp:
- 08/28/12 13:33:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/java-utils-test/src/test/java/de/ugoe/cs/util/console/mock/commands/CMDmockCommand.java
r319 r664 23 23 24 24 @Override 25 public voidhelp() {26 Console.println("mock command: help");25 public String help() { 26 return "mock command: help"; 27 27 } 28 28
Note: See TracChangeset
for help on using the changeset viewer.