Skip to content
Snippets Groups Projects
Commit 6bbbe012 authored by Reynold Xin's avatar Reynold Xin
Browse files

Fixed a stupid mistake that NonJavaSerializableClass was made Java

serializable.
parent 26962c93
No related branches found
No related tags found
No related merge requests found
......@@ -326,5 +326,5 @@ object ShuffleSuite {
x + y
}
class NonJavaSerializableClass(val value: Int) extends Serializable
class NonJavaSerializableClass(val value: Int)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment