summaryrefslogtreecommitdiff
path: root/sources/core/VSTask.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-31 04:10:56 +0000
committerPaul Buetow <paul@buetow.org>2008-05-31 04:10:56 +0000
commit434d96b7b8b78d6bce2c6809dda33750c33ec087 (patch)
tree2f7e6f4c18c1f65deda1be9c2924c7254b212733 /sources/core/VSTask.java
parenteea3451c81af9a880caf63cc491cc39ef65e2de9 (diff)
renamings
Diffstat (limited to 'sources/core/VSTask.java')
-rw-r--r--sources/core/VSTask.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java
index 1716f02..47de17b 100644
--- a/sources/core/VSTask.java
+++ b/sources/core/VSTask.java
@@ -137,7 +137,7 @@ public class VSTask implements Comparable {
*
* @return true, if it is a process recover event
*/
- public boolean isVSProcessRecoverEvent() {
+ public boolean isProcessRecoverEvent() {
return event instanceof VSProcessRecoverEvent;
}