Changeset 2231 for trunk/autoquest-ui-core
- Timestamp:
- 12/07/17 16:51:30 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-ui-core/src/main/java/de/ugoe/cs/autoquest/commands/usability/CMDgetTaskModelCrossCoverage.java
r2166 r2231 1299 1299 } 1300 1300 1301 return null;1301 throw new IllegalStateException("action type must be one of shift, goto, and reduce"); 1302 1302 } 1303 1303 … … 1608 1608 @Override 1609 1609 public boolean equals(Object obj) { 1610 if (((Edge) obj).symbol == null) {1611 System.out.println("blöd");1612 }1613 1614 1610 if (this == obj) { 1615 1611 return true;
Note: See TracChangeset
for help on using the changeset viewer.