Skip to content

Commit

Permalink
Apply tiny polish to Hibernate Reactive CDI producer
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Jan 12, 2021
1 parent ef960a9 commit 09d03ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
public class ReactiveSessionProducer {

@Inject
private Stage.SessionFactory reactiveSessionFactory;
Stage.SessionFactory reactiveSessionFactory;

@Inject
private Mutiny.SessionFactory mutinySessionFactory;
Mutiny.SessionFactory mutinySessionFactory;

@Produces
@RequestScoped
Expand Down

0 comments on commit 09d03ab

Please sign in to comment.