Skip to content

Commit 9310cbf

Browse files
committed
style fix.
1 parent 86abcb1 commit 9310cbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

streaming/src/main/scala/org/apache/spark/streaming/util/WriteAheadLogUtils.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ private[streaming] object WriteAheadLogUtils extends Logging {
127127
private def instantiateClass(cls: Class[WriteAheadLog], conf: SparkConf): WriteAheadLog = {
128128
try {
129129
cls.getConstructor(classOf[SparkConf]).newInstance(conf)
130-
//new FileBasedWriteAheadLog(conf, Utils.createTempDir().toString, new Configuration(), 1, 1)
131130
} catch {
132131
case nsme: NoSuchMethodException =>
133132
cls.getConstructor().newInstance()

0 commit comments

Comments
 (0)