Skip to content

Commit

Permalink
scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
markhamstra committed May 12, 2014
1 parent 3573ecd commit d30eb94
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ package org.apache.spark.util
import org.apache.spark.executor.ExecutorExitCode
import org.apache.spark.Logging

private[spark] object UncaughtExceptionHandler extends Thread.UncaughtExceptionHandler with Logging {
private[spark] object UncaughtExceptionHandler
extends Thread.UncaughtExceptionHandler with Logging {
override def uncaughtException(thread: Thread, exception: Throwable) {
try {
logError("Uncaught exception in thread " + thread, exception)
Expand Down

0 comments on commit d30eb94

Please sign in to comment.