Review comments addressed
This commit is contained in:
parent
fb03dd97dc
commit
9de08bb4ce
2 changed files with 3 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ import akka.japi.{ Function ⇒ JFunc, Option ⇒ JOption }
|
|||
|
||||
import scala.util.continuations._
|
||||
|
||||
import java.util.concurrent.TimeUnit.{ NANOSECONDS }
|
||||
import java.util.concurrent.TimeUnit.NANOSECONDS
|
||||
import java.lang.{ Iterable ⇒ JIterable }
|
||||
import java.util.{ LinkedList ⇒ JLinkedList }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
package akka.util
|
||||
|
||||
import java.nio.ByteBuffer
|
||||
import java.nio.charset.Charset
|
||||
|
||||
import scala.collection.{ IndexedSeqOptimized }
|
||||
import scala.collection.IndexedSeqOptimized
|
||||
import scala.collection.mutable.{ Builder, WrappedArray }
|
||||
import scala.collection.immutable.{ IndexedSeq, VectorBuilder }
|
||||
import scala.collection.generic.{ CanBuildFrom }
|
||||
import scala.collection.generic.CanBuildFrom
|
||||
|
||||
object ByteString {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue