- Timestamp:
- 08/27/12 15:53:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/java-utils/src/main/java/de/ugoe/cs/util/console/CommandExecuter.java
r320 r639 4 4 import java.util.ArrayList; 5 5 import java.util.List; 6 import java.util.logging.Level; 6 7 7 8 /** … … 161 162 } catch (InstantiationException e) { 162 163 } catch (ClassCastException e) { 163 Console.traceln( className + "found, but does not implement Command");164 Console.traceln(Level.WARNING, className + "found, but does not implement Command"); 164 165 } 165 166 return cmd;
Note: See TracChangeset
for help on using the changeset viewer.