From ae1e594e43bb18ca293124564c3a63e486bcc9f5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 12 Jun 2008 22:03:41 +0000 Subject: fixed deadlock (probably) bug --- sources/core/VSTask.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/core/VSTask.java') diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index 13f9c01..1a5718c 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -370,8 +370,8 @@ public class VSTask implements Comparable, VSSerializable { String shortname = event.getShortname(); String shortname2 = event2.getShortname(); - /* One of those may be null if an VSAbstractEvent object has not - been initialized yet */ + /* One of those may be null if an VSAbstractEvent object has not + been initialized yet */ if (shortname == null || shortname2 == null) return 0; -- cgit v1.2.3