You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jc...@apache.org on 2007/03/26 12:55:31 UTC

svn commit: r522478 - /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/markup/html/link/AbstractLink.java

Author: jcompagner
Date: Mon Mar 26 03:55:29 2007
New Revision: 522478

URL: http://svn.apache.org/viewvc?view=rev&rev=522478
Log:
removed final for people that wants to output something from a model object 

Modified:
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/markup/html/link/AbstractLink.java

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/markup/html/link/AbstractLink.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/markup/html/link/AbstractLink.java?view=diff&rev=522478&r1=522477&r2=522478
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/markup/html/link/AbstractLink.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/wicket/markup/html/link/AbstractLink.java Mon Mar 26 03:55:29 2007
@@ -153,7 +153,7 @@
 	 *            the open part of this tag
 	 * @see wicket.Component#onComponentTagBody(MarkupStream, ComponentTag)
 	 */
-	protected final void onComponentTagBody(final MarkupStream markupStream,
+	protected void onComponentTagBody(final MarkupStream markupStream,
 			final ComponentTag openTag)
 	{
 		// Draw anything before the body?