From e50fec35a2318586e3bb13f3a54a8a3532afee14 Mon Sep 17 00:00:00 2001 From: crawshaw Date: Thu, 6 Jan 2005 19:54:55 +0000 Subject: [PATCH] remove Task (replaced with org.ibex.util.Callable) darcs-hash:20050106195455-2eb37-b9ec810661099d5c19dbb440dcbe20bfb42e1e31.gz --- src/org/ibex/js/Task.java | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/org/ibex/js/Task.java diff --git a/src/org/ibex/js/Task.java b/src/org/ibex/js/Task.java deleted file mode 100644 index d979e52..0000000 --- a/src/org/ibex/js/Task.java +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2000-2005 the Contributors, as shown in the revision logs. -// Licensed under the Apache Public Source License 2.0 ("the License"). -// You may not use this file except in compliance with the License. - -package org.ibex.js; -import org.ibex.util.*; -import java.io.IOException; - -public interface Task { - public abstract void perform() throws IOException, JSExn; -} -- 1.7.10.4