Skip to content

Commit

Permalink
Reinstate observer method checks
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@3025 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jul 7, 2009
1 parent 72093c6 commit c849010
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -51,6 +51,7 @@ public static <X, T> ObserverMethodImpl<X, T> create(WBMethod<?> method, RIBean<
{
result = new ObserverMethodImpl<X, T>(method, declaringBean, manager);
}
result.initialize();
return result;
}
}

0 comments on commit c849010

Please sign in to comment.