From 5bf750ce5d254cc85790adefccbff78277019353 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 13 Aug 2008 16:01:14 +0000 Subject: some cleanup --- sources/core/VSTask.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sources/core/VSTask.java') diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index 6fc56d7..12a7dbb 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -32,7 +32,7 @@ import exceptions.*; import prefs.VSPrefs; import protocols.VSAbstractProtocol; import serialize.*; -import utils.*; +//import utils.*; /** * The class VSTask, an object of this class represents a task to do or done. @@ -351,9 +351,11 @@ public class VSTask implements Comparable, VSSerializable { * * @param message the message to log */ + /* private void log(String message) { process.log(message); } + */ /* (non-Javadoc) * @see java.lang.Object#toString() -- cgit v1.2.3