Author: mgrigorov
Date: Tue Oct 5 07:38:03 2010
New Revision: 1004553
URL: http://svn.apache.org/viewvc?rev=1004553&view=rev
Log:
Update javadoc - the attribute name is 'wicketpath', not 'wicket:path'
Modified:
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java
Modified:
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java?rev=1004553&r1=1004552&r2=1004553&view=diff
==============================================================================
---
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java
(original)
+++
wicket/branches/wicket-1.4.x/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java
Tue Oct 5 07:38:03 2010
@@ -31,7 +31,7 @@ package org.apache.wicket.settings;
public interface IDebugSettings
{
/**
- * If set to <code>true</code> wicket will output component path in a
<code>wicket:path</code>
+ * If set to <code>true</code> wicket will output component path in a
<code>wicketpath</code>
* attribute of the component tag. This can be useful for debugging and
automating tests.
*
* @param enabled