Author: ehillenius
Date: Wed Feb 28 10:12:26 2007
New Revision: 512886
URL: http://svn.apache.org/viewvc?view=rev&rev=512886
Log:
removed false comment
Modified:
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/WebPage.java
Modified:
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/WebPage.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/WebPage.java?view=diff&rev=512886&r1=512885&r2=512886
==============================================================================
---
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/WebPage.java
(original)
+++
incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/WebPage.java
Wed Feb 28 10:12:26 2007
@@ -160,9 +160,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
*/