You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2010/10/05 09:36:59 UTC

svn commit: r1004552 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java

Author: mgrigorov
Date: Tue Oct  5 07:36:59 2010
New Revision: 1004552

URL: http://svn.apache.org/viewvc?rev=1004552&view=rev
Log:
Update javadoc - the attribute name is 'wicketpath', not 'wicket:path'

Modified:
    wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java

Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java?rev=1004552&r1=1004551&r2=1004552&view=diff
==============================================================================
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java (original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java Tue Oct  5 07:36:59 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