Removed static logic from DevInterpreter in helium-dev

This commit is contained in:
Jongyoul Lee 2017-01-21 01:22:00 +09:00
parent 06147a7930
commit c505a78d5d

View file

@ -33,13 +33,6 @@ import org.apache.zeppelin.interpreter.thrift.InterpreterCompletion;
* Dummy interpreter to support development mode for Zeppelin app
*/
public class DevInterpreter extends Interpreter {
static {
Interpreter.register(
"dev",
"dev",
DevInterpreter.class.getName(),
new InterpreterPropertyBuilder().build());
}
private InterpreterEvent interpreterEvent;
private InterpreterContext context;