Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Sep 6, 2010
1 parent 53bdd34 commit 205eb9a
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -316,10 +316,7 @@ <X, T> void registerGenericBeanProducerMethod(@Observes ProcessProducerMethod<X,
AnnotatedType<X> declaringType = event.getAnnotatedProducerMethod().getDeclaringType();
if (declaringType.isAnnotationPresent(Generic.class))
{
AnnotatedMethod<X> method = event.getAnnotatedProducerMethod();
genericBeanProducerMethods.put(declaringType.getAnnotation(Generic.class).value(), getProducerMethodHolder(event));

//
}
else if (getGenericConfiguration(event.getAnnotated()) != null)
{
Expand Down

0 comments on commit 205eb9a

Please sign in to comment.