Skip to content

Commit

Permalink
fix bug in reflections
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@988 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jan 15, 2009
1 parent a8d3d52 commit 3af7889
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -433,6 +433,7 @@ public static Object invokeAndWrap(Method method, Object instance, Object... par
{
try
{
method.setAccessible(true);
return method.invoke(instance, parameters);
}
catch (IllegalArgumentException e)
Expand Down

0 comments on commit 3af7889

Please sign in to comment.