Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Or committed Feb 4, 2015
1 parent 8188e61 commit 09f873a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ private[spark] class SubmitRestMissingFieldException(message: String)
* An exception thrown if the REST client cannot reach the REST server.
*/
private[spark] class SubmitRestConnectionException(message: String, cause: Throwable)
extends SubmitRestProtocolException(message, cause)
extends SubmitRestProtocolException(message, cause)

0 comments on commit 09f873a

Please sign in to comment.