Skip to content

Commit

Permalink
Fix BeanConfigurator providing an insufficient information for bean c…
Browse files Browse the repository at this point in the history
…reation.
  • Loading branch information
manovotn committed May 18, 2017
1 parent 4e5f295 commit 3f196ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ private void configureBogey(BeanManager bm, BeanConfigurator<Bogey> bogey){
bogey.beanClass(Bogey.class);
bogey.addType(Bogey.class);
bogey.addQualifier(Undead.UndeadLiteral.INSTANCE);
bogey.produceWith(obj -> new Bogey());
}

private void configureWerewolf(BeanManager bm, BeanConfigurator<Werewolf> werewolf){
Expand Down

0 comments on commit 3f196ac

Please sign in to comment.