Removed all comment
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/d5c54551 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/d5c54551 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/d5c54551 Branch: refs/heads/ZEST-22_toEntity-toValue Commit: d5c54551dcbb6424b68d5dbc0235dbe26d90bcb1 Parents: a91ed9d Author: Niclas Hedhman <[email protected]> Authored: Thu May 21 16:18:34 2015 +0800 Committer: Niclas Hedhman <[email protected]> Committed: Thu May 21 16:18:34 2015 +0800 ---------------------------------------------------------------------- .../runtime/composite/TypedModifierInvocationHandler.java | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/d5c54551/core/runtime/src/main/java/org/qi4j/runtime/composite/TypedModifierInvocationHandler.java ---------------------------------------------------------------------- diff --git a/core/runtime/src/main/java/org/qi4j/runtime/composite/TypedModifierInvocationHandler.java b/core/runtime/src/main/java/org/qi4j/runtime/composite/TypedModifierInvocationHandler.java index 2467436..4e9654a 100644 --- a/core/runtime/src/main/java/org/qi4j/runtime/composite/TypedModifierInvocationHandler.java +++ b/core/runtime/src/main/java/org/qi4j/runtime/composite/TypedModifierInvocationHandler.java @@ -27,14 +27,6 @@ public final class TypedModifierInvocationHandler { try { -/* - // Remove this, and run InvocationInjectionTest to verify - if( !method.isAccessible() ) - { - method.setAccessible( true ); // TODO: This is a massive Performance Killer. Needs to be taken care of. - } -*/ - return this.method.invoke( fragment, args ); } catch( InvocationTargetException e )
