Changeset 647 for trunk/quest-plugin-mfc/src/main/java
- Timestamp:
- 08/27/12 17:53:14 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/eventcore/ReplayWindowsMessage.java
r619 r647 62 62 replayedMessage.getTarget(), 63 63 replayedMessage.getParameters()); 64 65 // the target may have changed in the meantime. So reset the targetXML to the one stored 66 // with the provided message 67 if (!super.getTargetXML().equals(replayedMessage.getTargetXML())) { 68 setTargetXML(replayedMessage.getTargetXML()); 69 } 64 70 } 65 71
Note: See TracChangeset
for help on using the changeset viewer.