Skip to content
Snippets Groups Projects
Commit d1764225 authored by Reynold Xin's avatar Reynold Xin
Browse files

Make spark.repl.Main.interp_ publicly accessible (so Shark can get rid

of a weird file dediated to accessing this variable).
parent d0c6e9f6
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ object Main {
def interp = _interp
private[repl] def interp_=(i: SparkILoop) { _interp = i }
def interp_=(i: SparkILoop) { _interp = i }
def main(args: Array[String]) {
_interp = new SparkILoop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment