Skip to content

Commit

Permalink
Merge pull request #14252 from geoand/hr-tiny-polish
Browse files Browse the repository at this point in the history
Apply tiny polish to Hibernate Reactive CDI producer
  • Loading branch information
gsmet authored Jan 12, 2021
2 parents e53cbff + 09d03ab commit ccd6c53
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 ccd6c53

Please sign in to comment.