Skip to content

Commit 5eba88c

Browse files
committed
Fixed style checks for ///+ comments.
1 parent e54b2f8 commit 5eba88c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphx/src/main/scala/org/apache/spark/graphx/impl/Serializers.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ class DoubleAggMsgSerializer extends Serializer with Serializable {
188188
}
189189
}
190190

191-
// //////////////////////////////////////////////////////////////////////////////
191+
////////////////////////////////////////////////////////////////////////////////
192192
// Helper classes to shorten the implementation of those special serializers.
193-
// //////////////////////////////////////////////////////////////////////////////
193+
////////////////////////////////////////////////////////////////////////////////
194194

195195
private[graphx]
196196
abstract class ShuffleSerializationStream(s: OutputStream) extends SerializationStream {

0 commit comments

Comments
 (0)