Skip to content

Commit

Permalink
Refactoring fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zygfryd committed Mar 4, 2019
1 parent 155a8cb commit a0bdb33
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ import akka.util.ByteString
import spray.json._
import zygf.jackshaft.exceptions.UnexpectedEndOfInputException
import zygf.jackshaft.impl.akka.{JsonParserStage, StreamingJsonParserStage}
import zygf.jackshaft.impl.{ByteBufferParser, ParsingMode, StreamingJsonParserStage}
import zygf.jackshaft.impl.{ByteBufferParser, ParsingMode}

/**
* A trait providing automatic to and from JSON marshalling/unmarshalling using an in-scope *spray-json* protocol.
Expand Down

0 comments on commit a0bdb33

Please sign in to comment.