- Timestamp:
- 08/01/19 12:11:21 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-test-utils/src/main/java/de/ugoe/cs/autoquest/test/CommandRunner.java
r927 r2260 44 44 Command command; 45 45 try { 46 command = commandType. newInstance();46 command = commandType.getDeclaredConstructor().newInstance(); 47 47 } 48 48 catch (Exception e) {
Note: See TracChangeset
for help on using the changeset viewer.