diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-31 04:10:56 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-31 04:10:56 +0000 |
| commit | 434d96b7b8b78d6bce2c6809dda33750c33ec087 (patch) | |
| tree | 2f7e6f4c18c1f65deda1be9c2924c7254b212733 /sources/core/VSTask.java | |
| parent | eea3451c81af9a880caf63cc491cc39ef65e2de9 (diff) | |
renamings
Diffstat (limited to 'sources/core/VSTask.java')
| -rw-r--r-- | sources/core/VSTask.java | 2 |
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; } |
