summaryrefslogtreecommitdiff
path: root/sources/core/VSTask.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/VSTask.java')
-rw-r--r--sources/core/VSTask.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java
index eff5daa..b8a773a 100644
--- a/sources/core/VSTask.java
+++ b/sources/core/VSTask.java
@@ -2,6 +2,7 @@ package core;
import events.*;
import events.implementations.*;
+import events.internal.*;
import prefs.VSPrefs;
import protocols.VSProtocol;
import simulator.*;
@@ -33,7 +34,7 @@ public class VSTask implements Comparable {
}
public boolean isMessageReceiveEvent() {
- return event instanceof events.implementations.MessageReceiveEvent;
+ return event instanceof events.internal.MessageReceiveEvent;
}
public boolean isProcessRecoverEvent() {