You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2015/06/10 01:58:01 UTC

[03/14] zest-qi4j git commit: Removed all comment

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/develop
Commit: d5c54551dcbb6424b68d5dbc0235dbe26d90bcb1
Parents: a91ed9d
Author: Niclas Hedhman <ni...@hedhman.org>
Authored: Thu May 21 16:18:34 2015 +0800
Committer: Niclas Hedhman <ni...@hedhman.org>
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 )