You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jd...@apache.org on 2008/04/11 13:00:26 UTC

svn commit: r647110 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java

Author: jdonnerstag
Date: Fri Apr 11 04:00:14 2008
New Revision: 647110

URL: http://svn.apache.org/viewvc?rev=647110&view=rev
Log:
remove the: <?> extends org.apache.wicket.markup.html.form.Form<?>

or give <?> into the call that makes it (that now doesnt compile)

this is a difference between the eclipse compiler and the javac compiler.

Modified:
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java?rev=647110&r1=647109&r2=647110&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Page.java Fri Apr 11 04:00:14 2008
@@ -813,7 +813,7 @@
 	 *            if true, disable persistence for all FormComponents on that page. If false, it
 	 *            will remain unchanged.
 	 */
-	public final void removePersistedFormData(final Class< ? extends Form< ? >> formClass,
+	public final void removePersistedFormData(final Class< ? extends Form> formClass,
 		final boolean disablePersistence)
 	{
 		// Check that formClass is an instanceof Form