Skip to content

Commit 16bfe78

Browse files
committed
Change the ordering of imports
1 parent 0894aef commit 16bfe78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

external/kafka/src/main/scala/org/apache/spark/streaming/kafka/KafkaReceiver.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
package org.apache.spark.streaming.kafka
1919

20-
import scala.collection.Map
21-
import scala.reflect.{classTag, ClassTag}
22-
2320
import java.util.Properties
2421
import java.util.concurrent.Executors
2522

23+
import scala.collection.Map
24+
import scala.reflect.{classTag, ClassTag}
25+
2626
import kafka.consumer._
2727
import kafka.serializer.Decoder
2828
import kafka.utils.VerifiableProperties

0 commit comments

Comments
 (0)