diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-07 22:09:42 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-07 22:09:42 +0000 |
| commit | 35e3bca5989558441813f49f359cc5d9a83e96c3 (patch) | |
| tree | ca9d677db0a4558b093348e0cec702a1492315d4 /sources/core/VSTask.java | |
| parent | 2a74626954f00f3403b10c2a5160c0c4d1814aad (diff) | |
codelinelength and formatted
Diffstat (limited to 'sources/core/VSTask.java')
| -rw-r--r-- | sources/core/VSTask.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index 285e52c..3a16593 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -91,7 +91,8 @@ public class VSTask implements Comparable, VSSerializable { * @param event the event * @param isLocal the taks is local timed */ - public VSTask(long taskTime, VSInternalProcess process, VSAbstractEvent event, + public VSTask(long taskTime, VSInternalProcess process, + VSAbstractEvent event, boolean isLocal) { init(taskTime, process, event, isLocal); } @@ -137,8 +138,8 @@ public class VSTask implements Comparable, VSSerializable { * @param event the event * @param isLocal the taks is local timed */ - private void init(long taskTime, VSInternalProcess process, VSAbstractEvent event, - boolean isLocal) { + private void init(long taskTime, VSInternalProcess process, + VSAbstractEvent event, boolean isLocal) { this.process = process; this.taskTime = taskTime > 0 ? taskTime : 0; /* May be not null if called from deserialization */ |
