Skip to content

Commit

Permalink
ScalaStyle complains about comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taroplus committed Mar 3, 2017
1 parent 92c810f commit f9204c2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,9 @@ class ExecutorClassLoaderSuite
val classLoader = new ExecutorClassLoader(
new SparkConf(), null, url1, parentLoader, true)

// load 'scala.Option', using Class.forName to do the exact same behavior as
// load 'scala.Option', using ClassforName to do the exact same behavior as
// what JavaDeserializationStream does


// scalastyle:off classforname
val optionClass = Class.forName("scala.Option", false, classLoader)
// scalastyle:on classforname
Expand Down

0 comments on commit f9204c2

Please sign in to comment.