Merge remote-tracking branch 'origin/master' into livyInterperter

This commit is contained in:
Prabhjyot Singh 2016-03-08 11:30:58 +05:30
commit ea05fe9a1a

View file

@ -339,7 +339,7 @@ public class Paragraph extends Job implements Serializable, Cloneable {
}
static class ParagraphRunner extends InterpreterContextRunner {
private Note note;
private transient Note note;
public ParagraphRunner(Note note, String noteId, String paragraphId) {
super(noteId, paragraphId);