Skip to content

Commit

Permalink
Change the ordering of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Nov 11, 2014
1 parent 0894aef commit 16bfe78
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

package org.apache.spark.streaming.kafka

import scala.collection.Map
import scala.reflect.{classTag, ClassTag}

import java.util.Properties
import java.util.concurrent.Executors

import scala.collection.Map
import scala.reflect.{classTag, ClassTag}

import kafka.consumer._
import kafka.serializer.Decoder
import kafka.utils.VerifiableProperties
Expand Down

0 comments on commit 16bfe78

Please sign in to comment.