Review comments addressed

This commit is contained in:
Viktor Klang 2012-01-25 16:23:06 +01:00
parent fb03dd97dc
commit 9de08bb4ce
2 changed files with 3 additions and 4 deletions

View file

@ -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 {