summaryrefslogtreecommitdiff
path: root/sources/core/VSTask.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/VSTask.java')
-rw-r--r--sources/core/VSTask.java4
1 files changed, 2 insertions, 2 deletions
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;