Updated Branches:
  refs/heads/master f7d3ad2d7 -> dbdb3e891

WICKET-4971: removed superfluous parameter check


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/dbdb3e89
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/dbdb3e89
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/dbdb3e89

Branch: refs/heads/master
Commit: dbdb3e8910fe0128da8de6eae63f2347ed3ddf7b
Parents: d5c72e8
Author: Emond Papegaaij <[email protected]>
Authored: Mon Jan 14 13:19:29 2013 +0100
Committer: Emond Papegaaij <[email protected]>
Committed: Mon Jan 14 13:19:29 2013 +0100

----------------------------------------------------------------------
 .../AtmosphereEventSubscriptionCollector.java      |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/dbdb3e89/wicket-experimental/wicket-atmosphere/src/main/java/org/apache/wicket/atmosphere/AtmosphereEventSubscriptionCollector.java
----------------------------------------------------------------------
diff --git 
a/wicket-experimental/wicket-atmosphere/src/main/java/org/apache/wicket/atmosphere/AtmosphereEventSubscriptionCollector.java
 
b/wicket-experimental/wicket-atmosphere/src/main/java/org/apache/wicket/atmosphere/AtmosphereEventSubscriptionCollector.java
index f3c749d..61ebd4a 100644
--- 
a/wicket-experimental/wicket-atmosphere/src/main/java/org/apache/wicket/atmosphere/AtmosphereEventSubscriptionCollector.java
+++ 
b/wicket-experimental/wicket-atmosphere/src/main/java/org/apache/wicket/atmosphere/AtmosphereEventSubscriptionCollector.java
@@ -66,7 +66,6 @@ public class AtmosphereEventSubscriptionCollector implements 
IComponentOnBeforeR
                {
                        for (Method curMethod : 
findSubscribedMethods(curBehavior.getClass()))
                        {
-                               verifyMethodParameters(curMethod);
                                subscribeComponent(component, curBehavior, 
curMethod);
                        }
                }

Reply via email to