zjffdu commented on a change in pull request #3840: URL: https://github.com/apache/zeppelin/pull/3840#discussion_r449861818
########## File path: kotlin/interpreter/src/main/java/org/apache/zeppelin/kotlin/KotlinInterpreter.java ########## @@ -33,22 +36,17 @@ import org.apache.zeppelin.interpreter.InterpreterResult; import org.apache.zeppelin.interpreter.thrift.InterpreterCompletion; import org.apache.zeppelin.interpreter.util.InterpreterOutputStream; -import org.apache.zeppelin.kotlin.completion.KotlinCompleter; -import org.apache.zeppelin.kotlin.context.KotlinReceiver; -import org.apache.zeppelin.kotlin.reflect.KotlinFunctionInfo; -import org.apache.zeppelin.kotlin.reflect.KotlinVariableInfo; import org.apache.zeppelin.kotlin.repl.KotlinRepl; -import org.apache.zeppelin.kotlin.repl.building.KotlinReplProperties; +import org.apache.zeppelin.kotlin.repl.KotlinReplProperties; import org.apache.zeppelin.scheduler.Job; public class KotlinInterpreter extends Interpreter { - private static Logger logger = LoggerFactory.getLogger(KotlinInterpreter.class); + private static final Logger logger = LoggerFactory.getLogger(KotlinInterpreter.class); Review comment: The convention in zeppelin is `LOGGER` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org