mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Removed static logic from DevInterpreter in helium-dev
This commit is contained in:
parent
06147a7930
commit
c505a78d5d
1 changed files with 0 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue