Skip to content

Commit

Permalink
fixed: java 9 compilation issue ambigious types
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzk committed Jan 20, 2018
1 parent 91221c9 commit fc13590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/MockedStreams.scala
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ object MockedStreams {

// state store is temporarily created in ProcessorTopologyTestDriver
private def stream = {
val props = new Properties
val props: java.util.Map[Object, Object] = new Properties
props.put(StreamsConfig.APPLICATION_ID_CONFIG, s"mocked-${UUID.randomUUID().toString}")
props.put(StreamsConfig.BOOTSTRAP_SERVERS_CONFIG, "localhost:9092")
props.putAll(configuration)
Expand Down

0 comments on commit fc13590

Please sign in to comment.