add issue id in the comment

This commit is contained in:
Lee moon soo 2017-02-07 13:17:55 +09:00
parent 23d5d55766
commit 1a31a669ea

View file

@ -51,7 +51,7 @@ public class InterpreterOutputStream extends LogOutputStream {
for (StackTraceElement stack : stacks) {
if (stack.getClassName().equals("scala.tools.nsc.interpreter.ReplReporter") &&
stack.getMethodName().equals("error")) {
// ignore
// ignore. Please see ZEPPELIN-2067
return;
}
}