Skip to content

Commit

Permalink
SOLDER-44 make use of accessible flag control
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jan 4, 2011
1 parent c1539ba commit 3412010
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -186,7 +186,7 @@ public <T> T invoke(Object receiver, CreationalContext<T> creationalContext, Par
}

@SuppressWarnings("unchecked")
T result = (T) invokeMethod(method.getJavaMember(), receiver, parameterValues.toArray(EMPTY_OBJECT_ARRAY));
T result = (T) invokeMethod(true, method.getJavaMember(), receiver, parameterValues.toArray(EMPTY_OBJECT_ARRAY));

return result;
}
Expand Down

0 comments on commit 3412010

Please sign in to comment.