Skip to content

Commit

Permalink
SPARK-1352 - Comment style single space before ending */ check.
Browse files Browse the repository at this point in the history
Author: Prashant Sharma <[email protected]>

Closes #261 from ScrapCodes/comment-style-check2 and squashes the following commits:

6cde61e [Prashant Sharma] comment style space before ending */ check.
  • Loading branch information
ScrapCodes authored and pwendell committed Mar 30, 2014
1 parent a5d872a commit 9182c23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import java.net.ServerSocket
import java.io.PrintWriter
import util.Random

/** Represents a page view on a website with associated dimension data.*/
/** Represents a page view on a website with associated dimension data. */
class PageView(val url : String, val status : Int, val zipCode : Int, val userID : Int)
extends Serializable {
override def toString() : String = {
Expand Down

0 comments on commit 9182c23

Please sign in to comment.