From 35e3bca5989558441813f49f359cc5d9a83e96c3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 7 Aug 2008 22:09:42 +0000 Subject: codelinelength and formatted --- sources/core/VSTask.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sources/core/VSTask.java') 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 */ -- cgit v1.2.3