Skip to content

Commit

Permalink
LIVY-242. Fixed build break.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-the-man committed Nov 11, 2016
1 parent fcd79b3 commit a82c902
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class InteractiveSession(
info(msg)
sessionLog = IndexedSeq(msg)
} else {
val uriFuture = future { client.get.getServerUri.get() }
val uriFuture = Future { client.get.getServerUri.get() }

uriFuture onSuccess { case url =>
rscDriverUri = Option(url)
Expand Down

0 comments on commit a82c902

Please sign in to comment.