Skip to content

Commit

Permalink
another style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markhamstra committed May 12, 2014
1 parent d30eb94 commit 1a6a35e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import org.apache.spark.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 1a6a35e

Please sign in to comment.