You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2014/04/19 00:05:39 UTC

[3/3] git commit: TAP5-2322: Don't display "Exact Parameter Count Match" on the T5Dashboard page catalog

TAP5-2322: Don't display "Exact Parameter Count Match" on the T5Dashboard page catalog


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/536013cb
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/536013cb
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/536013cb

Branch: refs/heads/master
Commit: 536013cb417caba80e063d9a00d958b62a04f2fd
Parents: 577499e
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Apr 18 15:05:11 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Apr 18 15:05:29 2014 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/tapestry5/internal/structure/Page.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/536013cb/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java b/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java
index 9c8dd13..48d1d64 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/internal/structure/Page.java
@@ -1,5 +1,3 @@
-// Copyright 2006-2014 The Apache Software Foundation
-//
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
@@ -15,6 +13,7 @@
 package org.apache.tapestry5.internal.structure;
 
 import org.apache.tapestry5.ComponentResources;
+import org.apache.tapestry5.beaneditor.NonVisual;
 import org.apache.tapestry5.ioc.services.PerthreadManager;
 import org.apache.tapestry5.runtime.Component;
 import org.apache.tapestry5.runtime.PageLifecycleCallbackHub;
@@ -256,6 +255,7 @@ public interface Page extends PageLifecycleCallbackHub
      * @see org.apache.tapestry5.MetaDataConstants#UNKNOWN_ACTIVATION_CONTEXT_CHECK
      * @since 5.4
      */
+    @NonVisual
     boolean isExactParameterCountMatch();