Skip to content

Commit

Permalink
type on quarkus post
Browse files Browse the repository at this point in the history
  • Loading branch information
alainpham committed Jul 11, 2019
1 parent 11e7233 commit e73f934
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h3>Create a producer</h3>
import org.apache.camel.ProducerTemplate;
import org.eclipse.microprofile.reactive.messaging.Incoming;

import io.quarkus.run time.annotations.RegisterForReflection;
import io.quarkus.runtime.annotations.RegisterForReflection;
import io.smallrye.reactive.messaging.annotations.Emitter;
import io.smallrye.reactive.messaging.annotations.Stream;

Expand Down Expand Up @@ -228,7 +228,7 @@ <h2>Wiring it all together</h2>
import org.apache.camel.ProducerTemplate;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import io.quarkus.camel.core.run time.InitializedEvent;
import io.quarkus.camel.core.runtime.InitializedEvent;
import io.smallrye.reactive.messaging.annotations.Emitter;
import io.smallrye.reactive.messaging.annotations.Stream;

Expand Down

0 comments on commit e73f934

Please sign in to comment.