You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/01/26 16:17:45 UTC

git commit: Remove a link to deleted thread in Nabble

Updated Branches:
  refs/heads/master 1e296212a -> df6dd4455


Remove a link to deleted thread in Nabble


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

Branch: refs/heads/master
Commit: df6dd4455e05daae19554c55944a2157e4de8ec7
Parents: 1e29621
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Jan 26 17:17:34 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Jan 26 17:17:34 2012 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/wicket/Component.java |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/df6dd445/wicket-core/src/main/java/org/apache/wicket/Component.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/Component.java b/wicket-core/src/main/java/org/apache/wicket/Component.java
index 26949bd..d2f8ec4 100644
--- a/wicket-core/src/main/java/org/apache/wicket/Component.java
+++ b/wicket-core/src/main/java/org/apache/wicket/Component.java
@@ -4457,12 +4457,6 @@ public abstract class Component
 	/**
 	 * Adds a behavior modifier to the component.
 	 * 
-	 * <p>
-	 * Note: this method is override to enable users to do things like discussed in <a
-	 * href="http://www.nabble.com/Why-add%28IBehavior%29-is-final--tf2598263.html#a7248198">this
-	 * thread</a>.
-	 * </p>
-	 * 
 	 * @param behaviors
 	 *            The behavior modifier(s) to be added
 	 * @return this (to allow method call chaining)