Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Jul 23, 2018
1 parent 660ac98 commit ed82fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -43,7 +43,7 @@ import com.typesafe.scalalogging.StrictLogging

object HttpProtocol extends StrictLogging {

val HttpProtocolKey = new ProtocolKey[HttpProtocol, HttpComponents] {
val HttpProtocolKey: ProtocolKey[HttpProtocol, HttpComponents] = new ProtocolKey[HttpProtocol, HttpComponents] {

override def protocolClass: Class[Protocol] = classOf[HttpProtocol].asInstanceOf[Class[Protocol]]

Expand Down
Expand Up @@ -26,7 +26,7 @@ import io.gatling.jms.client.JmsConnectionPool

object JmsProtocol {

val JmsProtocolKey = new ProtocolKey[JmsProtocol, JmsComponents] {
val JmsProtocolKey: ProtocolKey[JmsProtocol, JmsComponents] = new ProtocolKey[JmsProtocol, JmsComponents] {

def protocolClass: Class[io.gatling.core.protocol.Protocol] = classOf[JmsProtocol].asInstanceOf[Class[io.gatling.core.protocol.Protocol]]

Expand Down

0 comments on commit ed82fc5

Please sign in to comment.