Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSoldier13 committed Dec 31, 2020
1 parent 963ce1b commit 52ec9e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ object DefaultSource {

def connectionFactory(parameters: Map[String, String]): ConnectionFactory = parameters("connection") match {
case "activemq" => new AMQConnectionFactoryProvider().createConnection(parameters)
case _ => throw IllegalArgumentException
}

}

0 comments on commit 52ec9e6

Please sign in to comment.