made changes to executor-humidity
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package ch.unisg.executorbase.executor.domain;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
@@ -88,6 +89,6 @@ public abstract class ExecutorBase {
|
||||
* Implementation of the actual execution method of an executor
|
||||
* @return the execution result
|
||||
**/
|
||||
protected abstract String execution(String input);
|
||||
protected abstract String execution(String input) throws ConnectorException, IOException, ConnectorException;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user