Skip to content

Commit

Permalink
A few changes to ch. 8 tests with some new ones running now.
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1042 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
drallen committed Jan 17, 2009
1 parent 220f01e commit cbed119
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -156,10 +156,7 @@ private static Object invoke(Method method, Object instance)
{
try
{
if (!method.isAccessible())
{
method.setAccessible(true);
}
method.setAccessible(true);
return method.invoke(instance);
}
catch (IllegalArgumentException e)
Expand Down

0 comments on commit cbed119

Please sign in to comment.