Author: ehillenius
Date: Wed Feb 28 10:12:14 2007
New Revision: 512885
URL: http://svn.apache.org/viewvc?view=rev&rev=512885
Log:
removed false comment
Modified:
incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/WebPage.java
Modified:
incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/WebPage.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/WebPage.java?view=diff&rev=512885&r1=512884&r2=512885
==============================================================================
--- incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/WebPage.java
(original)
+++ incubator/wicket/trunk/wicket/src/main/java/wicket/markup/html/WebPage.java
Wed Feb 28 10:12:14 2007
@@ -179,9 +179,6 @@
* creation of a different Page subclass in an appropriate package under
* wicket.markup. To support VXML (voice markup), one might create the
* package wicket.markup.vxml and a subclass of Page called VoicePage.
- * <p>
- * Note: The markup type must be equal to the extension of the markup
file.
- * In the case of WebPages, it must always be "html".
*
* @return Markup type for HTML
*/