Skip to content

Commit

Permalink
[hotfix] [taskmanager] Fix line wrapping to please scala checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanEwen committed Jul 9, 2015
1 parent c98191c commit c7ec74e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1177,8 +1177,8 @@ object TaskManager {
LOG.info("Trying to select the network interface and address to use " +
"by connecting to the configured JobManager.")

LOG.info(s"TaskManager will try to connect for $MAX_STARTUP_CONNECT_TIME milliseconds before " +
"falling back to heuristics")
LOG.info(s"TaskManager will try to connect for $MAX_STARTUP_CONNECT_TIME milliseconds " +
s"before falling back to heuristics")

val jobManagerAddress = new InetSocketAddress(jobManagerHostname, jobManagerPort)
val taskManagerAddress = try {
Expand Down

0 comments on commit c7ec74e

Please sign in to comment.