diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-13 16:01:14 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-13 16:01:14 +0000 |
| commit | 5bf750ce5d254cc85790adefccbff78277019353 (patch) | |
| tree | 1af87bf66e724429f74422a4884bcc4d7ece12c8 /sources/core/VSTask.java | |
| parent | 9d704e679b0d38dc20bcdf866abdbd096b013284 (diff) | |
some cleanup
Diffstat (limited to 'sources/core/VSTask.java')
| -rw-r--r-- | sources/core/VSTask.java | 4 |
1 files changed, 3 insertions, 1 deletions
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() |
