Changeset 1097 for trunk/autoquest-plugin-jfc/src/main/java/de
- Timestamp:
- 02/20/13 11:56:08 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-jfc/src/main/java/de/ugoe/cs/autoquest/plugin/jfc/JFCReplayIDCalculator.java
r1079 r1097 163 163 164 164 IEventTarget target = event.getTarget(); 165 if (! target.getPlatform().equals("JFC")){165 if (!"JFC".equals(target.getPlatform())) { 166 166 throw new IllegalArgumentException("Event target must be of type JFC."); 167 167 }
Note: See TracChangeset
for help on using the changeset viewer.